Which of the following AWS services are serverless?
(Choose two.)
AWS Outposts
Amazon EC2
Amazon Elastic Kubernetes Service (Amazon EKS)
AWS Fargate
AWS Lambda
Explanations:
AWS Outposts is a service that allows you to run AWS infrastructure on-premises, meaning it is not serverless.
Amazon EC2 provides resizable compute capacity in the cloud, requiring users to manage instances, hence not serverless.
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed Kubernetes service that requires managing clusters, so it is not serverless.
AWS Fargate is a serverless compute engine for containers that allows you to run containers without managing servers.
AWS Lambda is a serverless compute service that runs code in response to events without the need to provision or manage servers.