Topic 1 Question 227
2 つ選択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 ProvisionedThroughputExceededException error.
Which actions should the developer take to resolve this issue?
Move the application to a larger EC2 instance.
Increase the number of read capacity units (RCUs) that are provisioned for the DynamoDB table.
Reduce the frequency of requests to DynamoDB by implementing exponential backoff.
Increase the frequency of requests to DynamoDB by decreasing the retry delay.
Change the capacity mode of the DynamoDB table from provisioned to on-demand.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: CE
C. Reduce the frequency of requests to DynamoDB by implementing exponential backoff. E. Change the capacity mode of the DynamoDB table from provisioned to on-demand.
👍 3bhanupriya072023/11/17 B. Increase the number of read capacity units (RCUs) that are provisioned for the DynamoDB table. OR E. Change the capacity mode of the DynamoDB table from provisioned to on-demand. C. Reduce the frequency of requests to DynamoDB by implementing exponential backoff.
👍 1Claire_KMT2023/10/28- 正解だと思う選択肢: BC
Based on ChatGPT: BC
👍 1tqiu6542023/12/11
シャッフルモード