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 LambdaAnswer
- AWS FargateAnswer
- CAmazon Elastic Compute Cloud (Amazon EC2)
- DAmazon Lightsail
Answer
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.
Step-by-Step Solution
Key Concept
Distinguishing between serverless compute services and server-based virtual instance offerings.