Compute Services Review Flashcards
What are the compute services?
EC2
Lambda
Fargate
Lightsail
Outposts
Batch
EC2
Rent and manage virtual servers in the cloud
Uses templates called AMI’s
Lambda
Run code without managing servers
Fargate
Serverless compute engine for containers
Outposts
Run Cloud services in your internal data center
Batch
Process large workloads in smaller batches
Can you change an EC2 instance without downtime?
No
Describe Elastic Beanstalk
A PaaS that automates deploying and scaling workloads on EC2
Supports only a specific set of technologies.
You do not pay directly for it - only pay for the services you leverage thu it
Supported platforms: Java, .Net, php, node, python, ruby, go, Docker
What are the use cases for EC2?
Hosting Web Apps
API Server: a web service endpoint
Batch Processing
Desktop in the cloud