
Ultimate access to all questions.
A company is utilizing Amazon Simple Email Service (SES) to efficiently manage and send subscription emails to its customers at a low cost. However, occasionally the company encounters an error message from SES indicating: "Throttling – Maximum sending rate exceeded."
In your role as a developer associate, which of the following would you suggest as a solution to this problem?
A
Configure Timeout mechanism for each request made to the SES service
B
Raise a service request with Amazon to increase the throttling limit for the SES API
C
Use Exponential Backoff technique to introduce delay in time before attempting to execute the operation again
D
Implement retry mechanism for all 4xx errors to avoid throttling error