Which AWS compute service configuration is the most appropriate for each of the following business workload scenarios? Match the workload scenario on the left with the correct AWS compute service on the right.
- A containerized image rendering task that requires installation of custom GPU device drivers on the host operating system.Amazon ECS with EC2 launch type
- A short-lived, event-driven ETL data processing function that is triggered sporadically by Amazon S3 uploads and finishes within 10 minutes.AWS Lambda
- A containerized web API service with highly variable traffic where the team wants serverless container orchestration without managing virtual machines.AWS Fargate
- A simple monolithic legacy application that needs persistent local block storage and a static IP, managed by a team with minimal cloud expertise.Amazon Lightsail
Cevap
The correct matches are: the containerized image rendering task requiring custom GPU host drivers matches Amazon ECS with EC2 launch type; the short-lived event-driven S3 ETL function matches AWS Lambda; the serverless containerized web API matches AWS Fargate; and the simple monolithic legacy application matches Amazon Lightsail.
Matching each workload with the appropriate compute option ensures efficient resource utilization and architectural alignment: AWS Lambda is optimal for serverless, short-running, event-driven functions; Amazon ECS with EC2 launch type is required when containers need underlying host access or custom drivers; AWS Fargate is ideal for containerized applications where server management is not wanted; and Amazon Lightsail provides a simplified, low-overhead environment for monolithic applications.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate AWS compute service (EC2, ECS, Lambda, Fargate, Lightsail) based on administrative control needs, serverless management requirements, execution time, and workload complexity.
Tahmini Süre:2m 30s