AWS Certified Cloud Practitioner — Question 950

Which AWS services are serverless? (Choose two.)

Answer options

Correct answer: A, D

Explanation

AWS Fargate is a serverless compute engine for containers that allows you to run containers without managing the underlying EC2 instances. Amazon S3 is a serverless object storage service that automatically scales storage and throughput without requiring any server administration. In contrast, Amazon EC2, Amazon EMR, and Amazon Managed Streaming for Apache Kafka typically require you to provision, configure, or manage virtual servers or clusters.