Last active
February 23, 2018 13:45
-
-
Save breenie/ad0154dbdc642513879d1e39e9086b39 to your computer and use it in GitHub Desktop.
RDS get out of jail free space card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # https://aws.amazon.com/premiumsupport/knowledge-center/rds-out-of-storage/ | |
| aws rds modify-db-instance --db-instance-identifier meatballs-mysql-rds-prod --allocated-storage 120 --apply-immediately |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment