A company wants to run application workloads on AWS without the need to provision, manage, or patch any underlying servers or operating systems. Which of the following AWS compute services are serverless? (Select TWO.)
- AWS LambdaAnswer
- AWS FargateAnswer
- CAmazon EC2
- DAmazon Lightsail
Answer
AWS Lambda and AWS Fargate
AWS Lambda and AWS Fargate are both serverless compute offerings in AWS. AWS Lambda allows running code in response to events without managing any servers, while AWS Fargate allows running containerized applications without having to provision or manage EC2 instances.
Step-by-Step Solution
Key Concept
AWS Serverless Compute Services