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:
- GitHub Actions recap: workflows, jobs, steps, triggers
- Configuring AWS credentials in GitHub Actions:
aws-actions/configure-aws-credentials
- Secrets management in GitHub: storing AWS access keys, other secrets
- Building a Docker image in CI
- Pushing to ECR from GitHub Actions: login → build → tag → push
- Practice: write a workflow that builds and pushes a Docker image to ECR on every push to
main
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.