A startup is designing a new microservices-based application and wants to minimize operational overhead by using serverless compute options. The architecture team needs to select services where they do not have to provision, manage, or patch the underlying virtual servers.
Which of the following AWS compute services meet these requirements? (Select TWO.)
- AWS LambdaAnswer
- AWS FargateAnswer
- CAmazon EC2
- DAmazon Lightsail
Answer
AWS Lambda and AWS Fargate are serverless compute services that do not require managing underlying servers.
AWS Lambda and AWS Fargate are correct because both are serverless compute services. AWS Lambda runs code in response to events without provisioning servers, while AWS Fargate is a serverless compute engine for containers that eliminates the need to manage the underlying virtual machines.
Step-by-Step Solution
Key Concept
AWS Serverless Compute Services