-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
r/appautoscaling_policy: Add support for DynamoDB #1650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
…-autoscaling r/appautoscaling_policy: Add support for DynamoDB
FYI this shipped with only partial support. A single DynamoDB resource can have multiple scaling dimension targets: read and write. The |
I’m having the same issue as @bflad. Have you created another issue for this? I cannot find anything, so not sure if I should create one. When having multiple targets (read and write, for example) and multiple policies, whenever we try to |
I've also confirmed @anbotero's issue. It is not possible to have both read and write targets for a single dynamodb table. |
@binarylogic I know this happened not too long ago, but I think this was fixed. You have to update/redownload the provider folder. Like, the .terraform folder created when you first ran |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Closes #866
Closes #888
Closes #919
Closes #920
I don't like squashing too many bugfixes & features into one PR, but fixing #920 was the only way to make acceptance tests pass in my case. 🤷♂️
Test results
In regards to
customized_metric_specification
- I wasn't able to find any example to test this part of the API/schema at all. It seems to be open only to an undefined small group of AWS customers.