Wait for paused aurora clusters to scale up
🏠 Homepage
yarn global add aurora-up
You can use aurora-up either by providing an Aurora cluster identifier directly, or by passing in a CloudFormation stack name and Output name.
CloudFormation method
aurora-up --region us-east-1 --stack TestService --output SomeOutputName
Cluster Identifier Method
aurora-up --region us-east-1 --cluster SomeClusterId
You can provide a target capacity using the minCapacity
parameter. If your provided target
capacity is outside of the cluster's Min/Max capacity settings, the program will adjust
it to a valid value.
👤 Ben Force
- Github: @theBenForce
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator