Docker running on AWS
Description
Deploy the pokemon app to AWS. You must:
- upload both the pokemon and mysql containers to ECR
- strip out any environment variables from the docker images and put them in the appropriate location in your task definition. Hint: 2 containers within a task definition can communicate on 127.0.0.1. So for the DB_HOST environment variable just use that address.
- You may need to add a port mapping of 3306 to the mysql container. You must add a port mapping of 80 to the pokemon web container (though it seems to add it by default). Don’t forget to open your SG to port 80.
Make sure that your application loads.
To Pass off
Take screenshots of your completion.