AWS - RDS and Relational Databases
You wrote this AWS CLI command to create an RDS instance:
Why does this command fail?
aws rds create-db-instance --db-instance-identifier testdb --engine mysql8.0 --allocated-storage 20 --db-instance-class db.t3.micro --master-username admin --master-user-password secret
Why does this command fail?
