An organization is evaluating AWS compute services to host different types of applications and workloads. Match each workload scenario to the most appropriate AWS compute service.
- An IoT platform needs to run short-lived, background data processing scripts that trigger only when sensors report anomalous data, paying only for the execution time.AWS Lambda
- A student wants to run a personal portfolio website with a pre-integrated database and a simplified, bundled billing structure.Amazon Lightsail
- A retail company wants to deploy containerized web APIs that automatically scale based on demand without managing the underlying virtual machine host clusters.AWS Fargate
- A research team needs to run a proprietary simulation application that requires custom kernel modifications on the operating system and direct access to raw block storage.Amazon EC2
Answer
The correct pairings are: the IoT platform matches AWS Lambda; the portfolio website matches Amazon Lightsail; the containerized API matches AWS Fargate; and the simulation application matches Amazon EC2.
Each workload aligns with a specific compute option: AWS Lambda excels at event-driven, short-lived tasks; Amazon Lightsail is optimized for quick, bundled deployments with predictable pricing; AWS Fargate runs containerized applications without requiring infrastructure provisioning; and Amazon EC2 provides raw virtual servers with complete administrative and OS-level control.
Step-by-Step Solution
Key Concept
Selecting appropriate AWS compute services based on operational constraints, cost models, and management responsibility.
Estimated Time:2m 0s