Containers Flashcards
Where are docker images stored?
Docker repositories.. Docker hub and AWS ECR
Who is responsible for maintenance if you choose the EC2 launch type in ECS?
You are.
What does every EC2 instance in the ECS cluster need to run?
The ECS agent so it registers with the cluster.
What is the Fargate launch type in ECS?
It is managed infrastructure and serverless.
What is the best way to use IAM roles for ECS?
An EC2 instance profile.
What is an ECS Task Role?
It allows each task to have a specific role.
To persist data on ECS what data volume must be used?
EFS
What are the two launch modes in AWS EKS?
EC2 or Fargate
What data volumes are compatible with EKS?
EBS, EFS (Fargate Only), FSx for Lustre