
Ultimate access to all questions.
An e-commerce application is designed to post its bulk-order transactions to an accounting application for further processing. In response to new compliance regulations, these transactions are now encrypted using an AWS Key Management Service (AWS KMS) key prior to being posted to the accounting application. Following the implementation of this encryption, testers have reported encountering a ThrottlingException error.
Which actions should a developer take to resolve this issue in the most efficient manner? (Select two)
A
Write queries in Amazon CloudWatch Logs Insights to track your API request usage and submit an AWS Support case to request a quota increase
B
Use a bucket-level key for SSE-KMS which will decrease the requested traffic to AWS KMS thereby avoiding the ThrottlingException error
C
Send AWS CloudTrail events generated by AWS KMS to Amazon CloudWatch Logs
D
Use the data key caching feature with the AWS Encryption SDK encryption library
E
Reduce the rate of requests and consider using the backoff and retry logic