ECS, Lambda, Batch, Lightsail Flashcards
Docker
Containers that can run on any OS
Docker images are found in…
Docker repositories
Public Docker Hub
Private Amazon ECR
Amazon ECR Acronym
Elastic Container Registry
ECS Acronym
Elastic Container Service
ECS purpose
Run Docker containers
What AWS service runs Docker containers?
ECS
Fargate
Run Docker containers on AWS without servers
Biggest benefit of Fargate
No need for EC2 instances
Where do you store docker images on AWS?
ECS
Serverless definition
Developers deploy without managing servers
FaaS
Function as a Service
Lambda purpose
Virtual functions
Short runs
On-demand
Automated scaling
Lamda pricing
Per request and compute time
Lamda benefits
Event-driven
Easy monitoring
Easy to get more resources
Which AWS service is event driven?
Lambda