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

DynamoDB Support. #166

Closed
wutali opened this issue Jun 28, 2013 · 1 comment
Closed

DynamoDB Support. #166

wutali opened this issue Jun 28, 2013 · 1 comment

Comments

@wutali
Copy link

wutali commented Jun 28, 2013

I want to change the throughput of DynamoDB tables from aws-cli.

 aws dynamodb modify-throughput --write-units 10000 --read-units 1 --table some_table

So it is terrible when we wanna set some big value of units.

Could it be supported by this product?
Or should I develop another product for this?

@jamesls
Copy link
Member

jamesls commented Jul 2, 2013

There was a bug that affected the update-table operation that's now fixed. To update the throughput of a table you can use:

$ aws dynamodb update-table --provisioned-throughput write_capacity_units=10,read_capacity_units=10 --table-name mytable

@jamesls jamesls closed this as completed Jul 2, 2013
gpiccinni pushed a commit to gpiccinni/aws-cli that referenced this issue Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants