AWS - RDS and Relational Databases
Given this AWS CLI command:
What will be the storage size of the launched RDS instance?
aws rds create-db-instance --db-instance-identifier testdb --engine postgres --allocated-storage 10 --db-instance-class db.t3.small --master-username user1 --master-user-password pass123
What will be the storage size of the launched RDS instance?
