You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile containing at least targets for: builddeploy
targets should call docker-compose to execute code
terraform state file can be managed locally individual by each student
if groups decide to use a shared aws account, use S3 bucket as backend to share the state
build:
build docker image
tag new image with commit SHORT_SHA (last 5 digits)
push image to ECR
deploy:
update task definition revision with new container image tag
update service to use new task definition
Acceptance Criteria:
minimum:
- local scripts to push new built image tag to ECR
- task definition / service updates can be done manually on AWS console for demonstration
good to have:
- deployment updating TD/service via make deploy
The text was updated successfully, but these errors were encountered:
Objectives:
build
deploy
Acceptance Criteria:
minimum:
- local scripts to push new built image tag to ECR
- task definition / service updates can be done manually on AWS console for demonstration
good to have:
- deployment updating TD/service via
make deploy
The text was updated successfully, but these errors were encountered: