A company is evaluating different AWS compute services to host various application workloads. Match each business workload requirement on the left to the most appropriate AWS compute service on the right.
- An event-driven task that processes image uploads automatically and charges only for the exact execution time.AWS Lambda
- A basic company blog that requires a simple, pre-configured WordPress environment with a predictable flat monthly fee.Amazon Lightsail
- A legacy database server that requires complete administrative access to the underlying operating system for customization.Amazon EC2
- A containerized microservices application where the developer wants a serverless container hosting model without managing servers.AWS Fargate
Cevap
Event-driven image processing matches AWS Lambda. A simple blog with a predictable flat fee matches Amazon Lightsail. A legacy database requiring operating system access matches Amazon EC2. A serverless containerized microservice matches AWS Fargate.
Each compute service matches its corresponding workload requirement perfectly: AWS Lambda is optimal for short-running, event-driven image processing; Amazon Lightsail is ideal for hosting simple websites with predictable monthly pricing; Amazon EC2 provides full OS administrative control for legacy systems; and AWS Fargate hosts containers in a serverless model.
Adım Adım Çözüm
Anahtar Kavram
Selecting AWS compute services based on server management level, deployment package format, and cost predictability.
Tahmini Süre:1m 30s