ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

608 / 690

Question 608:

You have built a REST API using API gateway and distributed to your customers. However, your API is receiving large number of requests and overloading your backend system causing performance bottlenecks and eventually causing delays and failures in serving the requests for your important customers. How would you improve the API performance? (Choose 2 options)

Answer options:

A.Enable throttling and control the number of requests per second.
B.Create a resource policy to allow access for specific customers during specific time period.
C.Enable API caching to serve frequently requested data from API cache.
D.Enable load balancer on your backend systems.