
Answer-first summary for fast verification
Answer: AWS Fargate, which provides a serverless compute engine for running containers without managing the underlying infrastructure., Amazon S3, offering serverless object storage that scales automatically and charges based on usage.
The correct answers are A and D. AWS Fargate is a serverless compute engine for containers, which means you can run containers without managing servers or clusters. It automatically provisions and manages the infrastructure based on the application's needs. Amazon S3, on the other hand, is a serverless object storage service. It allows you to store and retrieve data at any scale, and you only pay for the storage you use without the need to manage any servers. Options B and C are not serverless as they require some level of management of the underlying infrastructure. Amazon EMR, for example, is a managed service but still requires the user to manage the infrastructure to some extent.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Identify two AWS services that operate in a serverless manner.
A
AWS Fargate, which provides a serverless compute engine for running containers without managing the underlying infrastructure.
B
Amazon Managed Streaming for Apache Kafka, a serverless service not requiring server or infrastructure management.
C
Amazon EMR, which, despite being a managed service, involves user management of the underlying infrastructure.
D
Amazon S3, offering serverless object storage that scales automatically and charges based on usage.