ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

394 / 474

Question 394:

You work for a large bank and are tasked to build an application that allows 30 large customers to perform more than 1000 online transactions per second swiftly and collectively in the us-east-1 region. The size of each transaction is around 5 KB. Your manager has told you to ensure data is encrypted end-to-end, you decide to use AWS KMS to meet your requirements. While using the SDK and testing you see ThrottlingException error. How will you deliver the application with optimum performance metrics?

Answer options:

A.Send data directly to AWS KMS for encryption.
B.Use LocalCryptoMaterialsCache operation.
C.Use RequestServiceQuotaIncrease operation.
D.Use AWS SQS to queue all requests made to AWS KMS.