An IT consultancy is planning the migration of several distinct client applications to AWS. To optimize costs and operational efficiency, they must pair each workload with the correct compute service. How should the following workload scenarios be matched to their most appropriate AWS compute services?
- A developer needs to host a simple, low-cost personal portfolio website with a pre-configured LAMP stack and predictable monthly pricing.Amazon Lightsail
- A system administrator needs to run a legacy enterprise software application that requires full control over the underlying operating system and administrative access to configure custom kernel modules.Amazon Elastic Compute Cloud (Amazon EC2)
- A software engineer wants to run a serverless, event-driven background job that automatically processes image uploads to an Amazon S3 bucket within milliseconds, with no infrastructure management.AWS Lambda
- A DevOps team needs to run containerized microservices where AWS manages the underlying server provisioning, cluster scaling, and server maintenance.AWS Fargate
Cevap
The portfolio website matches Amazon Lightsail; the legacy application requiring kernel control matches Amazon Elastic Compute Cloud (Amazon EC2); the event-driven image processing job matches AWS Lambda; and the containerized microservices requiring serverless management match AWS Fargate.
The correct matches map each business workload to the compute service that aligns with its administration requirements and scaling parameters. Amazon Lightsail is correct for the LAMP site because it bundles compute, storage, and networking into a simple package with predictable pricing. Amazon EC2 is correct for the legacy application because it provides full host and operating system administrative control. AWS Lambda is correct for the S3-triggered event processing because it runs short-lived functions in response to event triggers without provisioning servers. AWS Fargate is correct for containerized microservices because it is a serverless container host that eliminates server management.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate AWS compute services based on operational control, cost structure, serverless capabilities, and container orchestration requirements.
Tahmini Süre:2m 0s