FreeStorageSpace

From wikieduonline
Revision as of 22:24, 1 August 2022 by Ant (talk | contribs) (→‎See also)
Jump to navigation Jump to search
 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: