aurora-up

Wait for paused aurora clusters to scale up

Usage no npm install needed!

<script type="module">
  import auroraUp from 'https://cdn.skypack.dev/aurora-up';
</script>

README

Welcome to aurora-up 👋

Build Status Version License: MIT

Wait for paused aurora clusters to scale up

🏠 Homepage

Install

yarn global add aurora-up

Usage

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

Minimum Capacity

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.

Author

👤 Ben Force

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator