From the course: Complete Guide to AWS Software Deployment

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Challenge: Automating Docker builds on AWS

Challenge: Automating Docker builds on AWS

(bright music) - [Narrator] Okay, now it's time for a challenge. You've seen the steps it takes to build the docker image locally, then push a revision to ECR. What would it take to get those steps happening on AWS and pushing to ECR automatically? Furthermore, how could you make it so that the container is rebuilt anytime a code change occurs? Remember the steps that we went through. After having the code checked out, we built an image from the Dockerfile. We logged into ECR using the AWS CLI, we tagged the image, and then we push that image to ECR. Okay, here's a hint. You've already gone hands-on with everything you need. Start by asking yourself, what's an AWS service that automates building code? Give it some thought, then jump to the next video when you're ready for this solution.

Contents