Match each business workload requirement to the most appropriate AWS compute service.
- An enterprise web server running a custom proprietary kernel module that requires administrative access to the underlying operating system.Amazon EC2
- A short-lived event-driven script that runs for less than a minute to parse CSV files whenever they are uploaded to Amazon S3.AWS Lambda
- A simple staging environment for a startup testing a standard website stack with predictable monthly pricing.Amazon Lightsail
- A containerized microservice running continuously in production where the team wants automated scaling without managing server instances.AWS Fargate
Cevap
The correct matches pair kernel-level OS access with Amazon EC2, S3-triggered transient scripts with AWS Lambda, predictable flat-rate environments with Amazon Lightsail, and serverless container deployments with AWS Fargate.
The correct matches align the workload specifications with AWS service features: EC2 is matched for OS-level administrative control, Lambda for short-lived event execution, Lightsail for simple low-cost environments, and Fargate for serverless container workloads.
Adım Adım Çözüm
Anahtar Kavram
Selecting the correct AWS compute service based on management overhead, runtime limits, OS-level requirements, and cost characteristics.
Tahmini Süre:1m 30s