Difference between revisions of "FreeStorageSpace"

From wikieduonline
Jump to navigation Jump to search
(Created page with " AWS_DEFAULT_REGION="$REGION" aws cloudwatch get-metric-statistics \ --namespace AWS/RDS --metric-name FreeStorageSpace \ --start-time $START --end-time $END...")
 
Line 7: Line 7:
  
 
== See also ==
 
== See also ==
* {{AWS RDS}}
+
* {{aws cloudwatch}}
  
 
[[Category:RDS]]
 
[[Category:RDS]]

Revision as of 22:24, 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: