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?
(Choose two.)
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.