Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DynamoDBs new flexible scaling (remove the !>100% increase rule) #207

Closed
sebdah opened this issue Oct 9, 2014 · 5 comments
Closed

Comments

@sebdah
Copy link
Owner

sebdah commented Oct 9, 2014

Since the limit in DynamoDB which said that you could only increase capacity units to a maximum of 100% at a time has been removed we need to mirror that in Dynamic DynamoDB too.

See the release notes from DynamoDB here.

@sebdah
Copy link
Owner Author

sebdah commented Oct 9, 2014

I still get a LimitExceededException when trying to increase to more than 100%. Will try to get more information on that.

2014-10-09 09:28:55,441 - dynamic-dynamodb - WARNING - authors - LimitExceededException: Requested provisioned throughput change is not allowed. The ReadCapacityUnits change must be at most 100 percent of current value. Current ReadCapacityUnits provisioned for the table: 8. Requested ReadCapacityUnits: 30. Refer to the Amazon DynamoDB Developer Guide for current limits and how to request higher limits.

@innovia
Copy link

innovia commented Oct 22, 2014

@sebdah What version of dynamic-dynamodb this will be in?

@sebdah
Copy link
Owner Author

sebdah commented Oct 23, 2014

This is released in the current version.

Sebastian Dahlgren

Sent from my phone
On Oct 22, 2014 9:50 PM, "Ami Mahloof" notifications@github.com wrote:

@sebdah https://github.com/sebdah What version this will be in?

Reply to this email directly or view it on GitHub
#207 (comment)
.

@ezeeetm
Copy link

ezeeetm commented Oct 29, 2014

@sebdah awesome. Does the current cloudformation template always use the most current version?

@sebdah
Copy link
Owner Author

sebdah commented Oct 29, 2014

Yes

Sebastian Dahlgren

Sent from my phone
On Oct 29, 2014 2:42 PM, "ezeeetm" notifications@github.com wrote:

@sebdah https://github.com/sebdah awesome. Does the current
cloudformation template always use the most current version?

Reply to this email directly or view it on GitHub
#207 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants