Other Compute Services: ECS, Lambda, Batch, LightSail Flashcards
What AWS service launches docker containers where the user must provision and maintain the infrastructure?
AWS ECS (Elastic Container Service)
What service launches docker containers without provisioning any infrastructure and is serverless?
AWS Fargate
What AWS service allows for the storage of docker images in a registry form?
AWS ECR (Elastic Container Registry)
What is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you, are Virtual Functions with no servers to manage?
AWS Lambda
What is the pricing model for AWS Lambda?
First 1,000,000 requests are free then $0.20 per 1 million requests thereafter, plus any compute services.
What is a fully managed service for developers to easily create, publish, maintain, monitor, and secure APIs?
API Gateway
What service allows you to run hundreds of thousands of batch and ML computing jobs while optimizing compute resources?
AWS Batch
What service provides everything you need to jumpstart your project on AWS with compute, storage, and networking?
AWS LightSail