A Flask application with python unit tests linked to a CI/CD pipeline on AWS
To build the architecture described in the solution overview, you will need the following ECS components:
- ECR Repository: store versioned application container images
- ECS Cluster: provides compute power to run application container instances
- ECS Task Definition: specifies application container image version and environment considerations
- ECS Service: specifies how task definition will be deployed onto underlying compute resources