Last active
January 4, 2016 14:59
-
-
Save siroken3/4f3b381970052b563584 to your computer and use it in GitHub Desktop.
RDS cloudwatch aws cli
This file contains 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
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