Compute

domoya
AWS Cloud Solutions Architect
1 min readAug 9, 2018

EC2 (Elastic Compute Cloud): physical or virtual machines

EC2 Container Service: docker containers at scale

Elastic Beanstalk: handle the deployment from capacity provisioning, load balancing, auto-scaling, to application health monitoring, and retain full control over resources

Lambda: run event-driven code without thinking about servers, and pay only the compute time

Lightsail: launch VPS (Virtual Private Server) to provide simpler compute capacity

Batch: run batch jobs at any scale

EKS (Elastic Container Service for Kubernetes): run managed Kubernetes across availability zones

--

--