AWS Compute Services

Published: December 2025

What is EC2?

Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable compute capacity in the cloud. It allows you to run virtual servers, known as instances, on-demand. EC2 offers a variety of instance types, operating systems, and configurations to suit different workloads.

Key Features of AWS EC2

What is AWS Lambda?

AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers. With Lambda, you can execute your code in response to events, such as changes to data in an S3 bucket or updates to a DynamoDB table.

Key Features of AWS Lambda