Match each workload requirement to the most appropriate AWS compute service.
- A containerized API that must be run on a serverless compute engine where you pay only for the resources consumed by the container itself.AWS Fargate
- A simple testing environment for a developer requiring a bundled virtual machine with pre-configured memory, SSD storage, and static IP addresses at a predictable monthly cost.Amazon Lightsail
- A serverless task that runs automated database backups on a scheduled CRON trigger, executing in under 3 minutes.AWS Lambda
- An enterprise resource planning (ERP) application that requires direct access to the underlying OS to install proprietary device drivers and configuration files.Amazon EC2
Cevap
The containerized API matches with AWS Fargate; the simple testing environment matches with Amazon Lightsail; the short-lived scheduled database backup task matches with AWS Lambda; and the enterprise application requiring OS-level root access matches with Amazon EC2.
AWS Fargate is designed for running serverless containers without administrative overhead. Amazon Lightsail is optimized for quick, predictable virtual machine packages for simple environments. AWS Lambda is the ideal serverless tool for short, event-driven, or scheduled scripts. Amazon EC2 provides full root access and control over the operating system for legacy or customized software configurations.
Adım Adım Çözüm
Anahtar Kavram
Differentiating AWS compute services based on operational overhead, containerization requirements, level of administrative control, and pricing models.
Tahmini Süre:1m 30s