Container Services Flashcards
What are the Container Service Orchestrators?
Amazon ECS (Elastic Container Service)
Amazon EKS (Elastic Kubernetes Service)
What are the container compute engines?
EC2 - you manage everything
Fargate - Serverless, you do not have to manage
What is App Runner?
Deploy a web app or API without prior knowledge of container infrastructure.
What to pick if you don’t have a lot of knowledge about containers?
App Runner
What to pick if you need an easy start with Kubernetes?
EKS
What to pick if you have all of your stuff in AWS?
ECS - it integrates with many AWS services
What to pick if you want to have a reduced workload of managing server stuff?
Fargate
What to pick if you want maximum control of your container stuff
EC2