Cloud Compute in AWS
Compute in AWS refers to the many services such as Amazon EC2, Elastic Load Balancing (ELB), AWS Lambda, AWS Batch, Elastic Container Service (ECS), and Elastic Kubernetes Service (EKS) along with AWS Fargate. The Fargate managed service allows you to run your containers with minimal overhead. AWS Compute even includes Lightsail, one of the quickest ways for customers to get their cloud up and running without needing to configure software or networking.
Figure 2.3: Compute services in AWS
You can see, as is shown on Figure 2.3, the different myriad of services that fall under the classification of Compute services in Amazon Web Services. These are not only the virtual instances of the Elastic Compute Cloud (EC2) service but also Lambda which is the function as a service offering and even Elastic Load Balancing, the service that helps spread requests to multiple instances.
Although there are quite a few services that fall under the...