Query storage status on an RDS DB using AWS CLI
问题 I have a few RDS servers I'd like to monitor for insufficient disk space. For simplicity sake, I prefer using my current monitoring system rather than an AWS solution like cloudwatch. I've been reading the documentation and the nearest solution was describe-db-instances, which gives the allocated storage, but not the space left / amount of storage used: "SecondaryAvailabilityZone": "us-east-1a", "ReadReplicaDBInstanceIdentifiers": [], "AllocatedStorage": 100, ... How do I query a specific RDS