AWS - RDS and Relational Databases
You tried launching an RDS instance but got an error: "InvalidParameterCombination: Storage size must be at least 20 GB for db.t3.micro". Your command was:
aws rds create-db-instance --db-instance-identifier testdb --db-instance-class db.t3.micro --engine postgres --master-username admin --master-user-password Pass1234 --allocated-storage 10What is the cause of the error?
