ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

124 / 474

Question 124:

Your application is developed to pick up metrics from several servers and push them off to Cloudwatch. At times, the application gets client 429 errors. Which of the following can be done from the programming side to resolve such errors?

Answer options:

A.Use the AWS CLI instead of the SDK to push the metrics.
B.Ensure that all metrics have a timestamp before sending them across.
C.Use exponential backoff in your requests.
D.Enable encryption for the requests.