An enterprise is planning to migrate several workloads to the AWS Cloud and wants to select the optimal compute service for each application. Match each workload description to the most appropriate AWS compute service.
- A containerized microservice that must be executed without provisioning, patching, or managing any underlying EC2 instances.AWS Fargate
- A simple web blog that requires an all-in-one environment containing a virtual server, storage, and networking with a predictable monthly price.Amazon Lightsail
- A short-lived, event-driven task that processes images automatically when uploaded to Amazon S3, completing within seconds.AWS Lambda
- A database server requiring administrative access to customize the underlying Windows Server operating system and system registry.Amazon EC2
Answer
Matching pairs: The containerized microservice without VM management matches AWS Fargate. The simple blog with predictable flat pricing matches Amazon Lightsail. The short-lived, S3-triggered task matches AWS Lambda. The database server requiring administrative OS access matches Amazon EC2.
The correct matches align each compute service with its operational profile: AWS Fargate hosts containers without server management; Amazon Lightsail provides simplified VPS deployments with predictable billing; AWS Lambda runs event-triggered stateless code; and Amazon EC2 provides full administrative control over virtual servers.
Step-by-Step Solution
Key Concept
AWS Compute Services selection based on architectural requirements and management overhead boundaries.
Estimated Time:1m 30s