Skip to content

Instantly share code, notes, and snippets.

@siroken3
Last active January 4, 2016 14:59
Show Gist options
  • Save siroken3/4f3b381970052b563584 to your computer and use it in GitHub Desktop.
Save siroken3/4f3b381970052b563584 to your computer and use it in GitHub Desktop.
RDS cloudwatch aws cli
aws cloudwatch get-metric-statistics --namespace AWS/RDS --metric-name FreeStorageSpace --start-time 2016-01-04T14:00:00 --end-time 2016-01-04T14:01:00 --period 60 --statistics Minimum --dimensions Name=DBInstanceIdentifier,Value=development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment