In this lesson, I’d like to show we can take advantage of GitHub Actions to build Docker images that we can later push to AWS for deployment.
Create a GitHub Repository and a workflow to build Docker images
Connect GitHub to AWS using GitHub Secrets and AWS Credentials
Store Docker Image in AWS ECR that are built inside a GitHub runner.
If you are a Software Developer or DevOps Engineer, you will find tons of value that you can later apply in the real world.
Familiarity with Git repositories and GitHub, core AWS Services such as ECS and ECR, Basic knowledge of software development (Python preferred)