Skip to content

Commit 95127a8

Browse files
fix: mini wording fix
1 parent 89fba34 commit 95127a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
696696

697697
### A developer has built an application that inserts data into an Amazon DynamoDB table. The table is configured to use provisioned capacity. The application is deployed on a burstable nano Amazon EC2 Instance. The application logs show that the application has been failing because of a `ProvisionedThroughputExceedException` error. Which actions should the developer take to resolve this issue? (Choose two.)
698698

699-
- [ ] Move The application to a larger EC instance.
699+
- [ ] Move the application to a larger EC instance.
700700
- [ ] Increase the number or read capacity units (RCUs) that are provisioned for the DynamoDB table.
701701
- [x] Reduce the frequency of requests to DynamoDB by implement ng exponential backoff.
702702
- [ ] Increase the frequency of requests to DynamoDB by decreasing the retry delay.

0 commit comments

Comments
 (0)