Containers Flashcards
1
Q
What is the best practice way of providing permissions to running containers on ECS?
A
Task Roles
2
Q
Which mode of ECS should be used if you want as little admin overhead as possible?
A
Fargate
3
Q
What part of ECS is used to configure scaling and high availability for containers?
A
Service
4
Q
What cluster modes are available within ECS?
A
Network Only (Fargate)
EC2 Linux + Networking
EC2 Windows + Networking
5
Q
What container standard does ECS support?
A
Docker
6
Q
What does a container registry do?
A
Store container images
7
Q
What are the 3 advantages/benefits of containers?
A
Fast to startup
Portable
Lightweight