An organization wants to run its applications using serverless compute services to avoid the administrative overhead of managing and patching operating systems. Which of the following AWS compute services are serverless? (Select TWO)
- AWS LambdaCevap
- AWS FargateCevap
- CAmazon Elastic Compute Cloud (Amazon EC2)
- DAmazon Lightsail
Cevap
AWS Lambda and AWS Fargate are the correct serverless compute services.
AWS Lambda and AWS Fargate are serverless compute options. AWS Lambda allows running code in response to events without managing any infrastructure. AWS Fargate is a serverless compute engine that deploys containers without requiring you to manage the underlying EC2 instances or container hosts.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing between serverless compute services and server-based virtual instance offerings.