CLI - Amazon Relational Database Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CLI

To view your storage volume configuration from the Amazon CLI, use the describe-db-instances command.

aws rds describe-db-instances --db-instance-identifier my-database

In the output, find the AdditionalStorageVolumes array to view details for the added volumes.

"AdditionalStorageVolumes": [ { "VolumeName": "rdsdbdata2", "StorageVolumeStatus": "Not-in-use", "AllocatedStorage": 5000, "IOPS": 25000, "StorageThroughput": 500, "StorageType": "gp3" } ]