volume_mute

What happens when a DynamoDB table or index exceeds its provisioned throughput limits, and how can this affect application performance?

publish date2024/08/26 04:48:46.838323 UTC

volume_mute
The excess requests are automatically queued and processed later without any impact on the application.
The excess requests are immediately rejected, and the application may experience ProvisionedThroughputExceededException errors, leading to throttling.
DynamoDB automatically scales the provisioned throughput to handle the excess requests.
The excess requests are redirected to another table or index.

Correct Answer

The excess requests are immediately rejected, and the application may experience ProvisionedThroughputExceededException errors, leading to throttling.

Reference

AWS Skill Builder


Quizzes you can take where this question appears