An enterprise is planning to migrate several diverse applications to AWS and needs to select the most appropriate compute option for each workload based on administrative control, management overhead, and pricing structures. Match each operational requirement or compute profile to the corresponding AWS compute service.
- Requires full administrative access (root/administrator) to the underlying operating system to install proprietary kernel modules and perform low-level OS customizations.Amazon Elastic Compute Cloud (Amazon EC2)
- Requires running containerized microservices in a serverless model where resources are configured at the task level without provisioning or managing virtual machine instances.AWS Fargate
- Requires rapid deployment of web applications where the developer only uploads code, and the platform automatically handles provisioning, load balancing, and auto-scaling while retaining access to the underlying resources.AWS Elastic Beanstalk
- Requires hosting a basic workload with a predictable monthly cost using a simplified, pre-configured bundle of compute, SSD storage, data transfer, and static IP addresses.Amazon Lightsail
Cevap
The operational requirement requiring full administrative access to the operating system matches Amazon Elastic Compute Cloud (Amazon EC2). The requirement to run containerized microservices in a serverless model matches AWS Fargate. The requirement to deploy web applications by uploading code with automatic provisioning and scaling matches AWS Elastic Beanstalk. The requirement to host basic workloads with a predictable monthly cost using pre-configured bundles matches Amazon Lightsail.
The correct matches align each compute service with its management responsibility and pricing characteristics: Amazon EC2 is matched with the need for full administrative OS access; AWS Fargate is matched with serverless container hosting; AWS Elastic Beanstalk is matched with rapid web application deployment from code; and Amazon Lightsail is matched with simplified, predictable, flat-rate hosting.
Adım Adım Çözüm
Anahtar Kavram
AWS Compute Services Management Models