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

Can this enable autoscaling on seconder indices? #33

Open
red8888 opened this issue May 7, 2019 · 3 comments
Open

Can this enable autoscaling on seconder indices? #33

red8888 opened this issue May 7, 2019 · 3 comments

Comments

@red8888
Copy link

red8888 commented May 7, 2019

Dont see an example of autoscaling the index- maybe I missed it. Can this module apply autoscaling settings to table and indices?

@aknysh
Copy link
Member

aknysh commented May 7, 2019

@red8888
Copy link
Author

red8888 commented May 10, 2019

@aknysh how do you deal with the lifecycle issue with capacity?

I had to do this for tables so when capacity scales up terraform doesn't change it back:
ignore_changes = ["read_capacity","write_capacity"]

Dont you have to ignore the entire global_secondary_index resource for scaling to work on indices?

@mfroembgen
Copy link

@aknysh is there already a solution for this problem?
So if you enable autoscaling on the global_secondary_index terraform does only ignore read_capacity, write_capacity from the table and not from the global_secondary_index.

Thank you in advanced.

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

3 participants