A cloud practitioner needs to pair different application deployment needs with their corresponding AWS compute services. Match each specific workload scenario to the most suitable AWS compute service.
- An application that runs code only in response to events and requires zero server management.AWS Lambda
- A containerized workload that runs without requiring the management of virtual machine infrastructure.AWS Fargate
- A monolithic application requiring complete administrative control over the operating system kernel.Amazon EC2
Cevap
Event-driven serverless workloads match with AWS Lambda, serverless container workloads match with AWS Fargate, and workloads requiring complete operating system control match with Amazon EC2.
AWS Lambda is correct for event-driven serverless workloads. AWS Fargate is correct for containerized workloads without server management. Amazon EC2 is correct for workloads requiring OS access.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate AWS compute service based on management overhead, hosting type (serverless vs. virtual machine), and containerization requirements.
Tahmini Süre:1m 0s