Step 3 - Build and Push to ECR

Now that we've successfully tested our agent, we need to push it to ECR.

We do that by running the following script:

./build-and-push.sh

Don't forget to copy the image URI at the end of the build-and-push.sh execution!

Now that we've pushed our changes, let's move to the next step of redeploying our Image.

Last updated