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