0 votes
in AWS by

An organization deployed their static website on Amazon S3

Now, the Developer has a requirement to serve dynamic content using a serverless solution.

Which combination of services should be used to implement a serverless application for the dynamic content? Select 2 answers from the options given below.

A. Amazon API Gateway

B. Amazon EC2

C. AWS ECS

D. AWS Lambda

E. Amazon kinesis.

1 Answer

0 votes
by

Answer - A and D.

Out of the above list, Given the scenario, API Gateway and AWS Lambda are the best two choices to build this serverless application.

The AWS Documentation mentions the following.

AWS Lambda lets you run code without provisioning or managing servers.

You pay only for the compute time you consume - there is no charge when your code is not running.

Related questions

0 votes
asked Apr 17 in AWS by DavidAnderson
0 votes
asked Sep 1, 2022 in AWS by sharadyadav1986
...