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:
- Branch strategy: what triggers deployments (e.g.
main → staging, tags → production)
- Failing fast: run tests before expensive build steps
- Caching: Docker layer caching in CI to speed up builds
- Pipeline as code: versioning your workflow files
- Debugging failed pipelines: reading CI logs, common errors
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.