Other Compute Services Flashcards
What is ECS?
Elastic Container Service: launch docker containers on AWS, where you provision and maintain the servers
What is Fargate?
Launch docker containers on AWS, serverless
What is ECR?
Elastic Container Registry - private docker registry on AWS
Why lambda (4 reasons)?
- Serverless
- On-demand
- Automated scaling
- Integrated with all AWS services
What Lambda pricing?
Pay per request and compute time.
Free tier includes: 1 million request and 400,000 GBs compute time
What is API Gateway?
A fully managed service to easily create, publish, maintain and monitor secure APIs
What is AWS Batch?
A fully managed batch processing service at any scale
What is Lightsail?
For people with little cloud experience, a simpler alternative to using EC2, RDS, ELB, EBS, Route 53