The Docker image that is locally built must be pushed to AWS for deployment. We will use an ECR repository to handle Docker images on AWS for now. It is possible to do store Docker images directly in S3, but it is unclear how this will interact with ECS container deployment. Probably fine, but let's start with the easier/known way first.
The Docker image that is locally built must be pushed to AWS for deployment. We will use an ECR repository to handle Docker images on AWS for now. It is possible to do store Docker images directly in S3, but it is unclear how this will interact with ECS container deployment. Probably fine, but let's start with the easier/known way first.