AWS Certified Cloud Practitioner / Question #1365 of 719

Question #1365

Which of the following AWS services are serverless? (Select two.)

A

AWS Lambda

B

Amazon Redshift

C

Amazon DynamoDB

D

AWS Elastic Beanstalk

E

Amazon RDS

Explanation

AWS Lambda (A) is a serverless compute service where users deploy code without managing servers. Amazon DynamoDB (C) is a serverless NoSQL database that handles scaling and infrastructure automatically.

Other options are incorrect:
- Amazon Redshift (B) requires cluster provisioning.
- Elastic Beanstalk (D) abstracts infrastructure but still uses EC2 instances.
- Amazon RDS (E) is managed but requires instance configuration.
Key points: Serverless services abstract infrastructure management, scale automatically, and follow pay-per-use pricing.

Answer

The correct answer is: AC