Question 89:
A company owns an API deployed in EC2 written using Python. All the requests can be finished within 1 second. Most of traffic happens during the daytime. The company wants to save the API cost and simplify the maintenance of the server without impacting the performance. How can this be achieved?
Answer options:
A.Use API Gateway with the backend services as it is. B.Use the API Gateway along with AWS Lambda. C.Use CloudFront along with the API backend service as it is. D.Use ElastiCache along with the API backend service as it is.