AWS Certified Cloud Practitioner: Serverless Technology | CLF-C01 Exam

Serverless Technology in AWS Services

Question

Which of the following AWS services use serverless technology? Choose 2 answers from the options given below.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Answer - A and C.

The Simple Storage Service and DynamoDB are services where you don't need to manage the underlying infrastructure.

For more information on AWS S3 and DynamoDB, please refer to the below URL:

https://aws.amazon.com/serverless/ https://aws.amazon.com/s3/ https://aws.amazon.com/dynamodb/

The two AWS services that use serverless technology are DynamoDB and AWS Autoscaling.

DynamoDB is a managed NoSQL database service that allows users to store and retrieve any amount of data. It is serverless, meaning that AWS manages the infrastructure and automatically scales the database to handle any amount of traffic without any user intervention.

AWS Autoscaling is a service that automatically scales the number of EC2 instances in a group based on the demand for the application. It is a serverless technology because it automatically scales the infrastructure based on the demand without the need for user intervention.

EC2 (Elastic Compute Cloud) is a web service that provides resizable compute capacity in the cloud. It is not serverless because it requires users to manage the infrastructure and provision the servers.

Simple Storage Service (S3) is a highly scalable object storage service that stores and retrieves any amount of data from anywhere on the web. It is not a serverless technology because it requires users to manage the storage and specify the amount of storage required.

In summary, DynamoDB and AWS Autoscaling are the two AWS services that use serverless technology. DynamoDB is a serverless NoSQL database service, and AWS Autoscaling is a serverless service that automatically scales EC2 instances based on the demand for the application.