#6 Containers & ECS Flashcards
What is the best practice way of providing permissions to running containers on ECS?
A. Task Roles
B. Container Roles
C. Host Roles
4. Instance Roles
A. Task Roles
Which mode of ECS should be used if you want as little admin overhead as possible?
A. EC2
B. On-Demand
C. Auto-Scaling
D. Fargate
F. Serverless
D. Fargate
What part of ECS is used to configure scaling and HA for containers?
A. Tasks
B. Service
C. Cluster
D. Container Registry
B. Service
What cluster modes are available within ECS?
A. Network Only (Fargate)
B. Fargate Windows
C. Fargate Linux
D. EC2 Linux + Networking
F. EC2 Windows + Networking
A. Network Only (Fargate)
D. EC2 Linux + Networking
F. EC2 Windows + Networking
What container standard does ECS support?
A. Docker
B. Cargo
C. A range of standards
A. Docker
What does a container registry do?
A. Store AMIs
B. Host Running containers
C. Store container images
D. Host running AMIs
C. Store container images
What are the advantages/benefits of containers? (choose 3)
A. Fast to startup
B. Portable
C. Flexible multi-vender OS choice
D. Full isolation from other containers
E. Lightweight
F. Don’t support
A. Fast to startup
B. Portable
C. Lightweight