Please enable JavaScript.
Coggle requires JavaScript to display documents.
Container, AWS App Runner, ECS – Data Volumes (EFS), Amazon ECR, EKS (Node…
-
AWS App Runner
-
-
-
-
Automatic scaling, highly available, load balancer, encryption
-
Connect to database, cache, and message queue services
-
Amazon ECR
-
-
Fully integrated with ECS, backed by Amazon S3
-
-
-
AWS ECS
Key concept
-
-
-
-
Task
A task is the instantiation of a task definition on a container instance. It represents a running container with its configuration.
Load Balancing
ECS integrates with Elastic Load Balancing (ELB) to distribute incoming traffic across your containers.
Auto Scaling
ECS can be set up to automatically scale the number of tasks based on defined conditions, such as CPU or memory usage.
-
-
-