EC2 = Elastic Compute Cloud
EC2 is one of the most popular of AWS’ offerings.
It mainly consists in the capability of:
Renting virtual machines (EC2)
Storing data on virtual drives (EBS)
Distributing load across machines (ELB)
Scaling the services using an auto-scaling group (ASG)
Last updated