
Ultimate access to all questions.
You are tasked with implementing a data ingestion system that requires throttling control to prevent overloading data sources such as DynamoDB and Amazon RDS. Describe how you would configure throttling controls in your application, including the use of AWS SDKs and best practices for managing request rates.
A
Ignore throttling and rely on AWS services to handle overload.
B
Implement exponential backoff and retry logic using AWS SDKs to manage request rates.
C
Manually monitor and adjust request rates without using any SDK features.
D
Use AWS Lambda to dynamically adjust request rates based on service metrics.