Match each business workload requirement with the most appropriate AWS compute service.
- Amazon EC2Running a legacy database application requiring full administrative control and operating system root access.
- AWS LambdaRunning short-lived backend code that executes automatically in response to file uploads to Amazon S3.
- Amazon LightsailDeploying a simple, pre-configured WordPress website with predictable monthly pricing.
- AWS FargateDeploying containerized microservices without provisioning or managing the underlying virtual servers.
Cevap
Amazon EC2 matches with running a legacy database application requiring full administrative control; AWS Lambda matches with running short-lived backend code triggered by S3 uploads; Amazon Lightsail matches with deploying a simple, pre-configured WordPress website; AWS Fargate matches with deploying containerized microservices without managing servers.
Each compute service matches its corresponding requirement: Amazon EC2 provides full root access to the operating system; AWS Lambda runs event-driven backend code in response to S3 uploads; Amazon Lightsail offers pre-configured application templates with predictable pricing; AWS Fargate runs containerized applications without needing to manage EC2 instances.
Adım Adım Çözüm
Anahtar Kavram
AWS Compute Services