CI/CD Concepts
Build and Push
Deploy to ECS
Pipeline Best Practices
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- Deploying to ECS from a pipeline: updating the task definition with the new image
- Using
aws-actions/amazon-ecs-deploy-task-definition
- Waiting for deployment stability
- Pipeline stages combined: test → build → push → deploy
- Manual approval step: using GitHub Environments with required reviewers for production
- Practice: extend the pipeline to deploy to ECS after a successful build
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.