An organization is evaluating different AWS compute offerings for its upcoming migration. Match each workload requirement to the most appropriate AWS compute service.
- A short-lived microservice that processes media uploads under 45 seconds and must scale to zero when inactive.AWS Lambda
- A legacy accounting application requiring custom kernel modifications and direct root access to the underlying operating system.Amazon EC2
- A containerized e-commerce API that needs serverless deployment without any virtual machine management overhead.AWS Fargate
- A simple promotional WordPress website needing low, predictable monthly pricing bundled with data transfer.Amazon Lightsail
Cevap
The correct matches pair: 1) the event-driven scaling-to-zero workload with AWS Lambda; 2) the legacy system requiring kernel-level OS configurations with Amazon EC2; 3) the serverless containerized workload with AWS Fargate; and 4) the simple website with predictable pricing with Amazon Lightsail.
The correct matches map each distinct application requirement to the AWS compute service that meets its management, pricing, and infrastructure needs: AWS Lambda for event-driven serverless functions; Amazon EC2 for workloads needing full operating system customization; AWS Fargate for serverless container workloads; and Amazon Lightsail for simple, low-cost virtual private servers.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate AWS compute services based on operational and application needs