Skip to content

Instantly share code, notes, and snippets.

@breenie
Last active February 23, 2018 13:45
Show Gist options
  • Select an option

  • Save breenie/ad0154dbdc642513879d1e39e9086b39 to your computer and use it in GitHub Desktop.

Select an option

Save breenie/ad0154dbdc642513879d1e39e9086b39 to your computer and use it in GitHub Desktop.
RDS get out of jail free space card
#!/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