Difference between revisions of "FreeStorageSpace"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | AWS_DEFAULT_REGION="$REGION" [[aws cloudwatch]] get-metric-statistics \ | + | AWS_DEFAULT_REGION="$REGION" [[aws cloudwatch]] [[get-metric-statistics]] \ |
--namespace AWS/[[RDS]] --metric-name [[FreeStorageSpace]] \ | --namespace AWS/[[RDS]] --metric-name [[FreeStorageSpace]] \ | ||
--start-time $START --end-time $END --period 300 \ | --start-time $START --end-time $END --period 300 \ |
Revision as of 22:25, 1 August 2022
AWS_DEFAULT_REGION="$REGION" aws cloudwatch get-metric-statistics \ --namespace AWS/RDS --metric-name FreeStorageSpace \ --start-time $START --end-time $END --period 300 \ --statistics Average \ --dimensions "Name=YOUR_DBInstanceIdentifier, Value=${INSTANCE_NAME}"
See also
Advertising: