Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
An application on a burstable nano EC2 instance is failing with a ProvisionedThroughputExceededException error due to exceeding the provisioned capacity of its DynamoDB table. What two actions can resolve this issue?
A
Upgrade the EC2 instance size.
B
Raise the provisioned read capacity units for the DynamoDB table.
C
Implement exponential backoff to reduce request frequency to DynamoDB.
D
Decrease the retry delay to increase request frequency to DynamoDB.
E
Switch the DynamoDB table's capacity mode to on-demand.