AWS - RDS and Relational Databases
You tried to create an RDS instance with the command:
But it failed. What is the most likely reason?
aws rds create-db-instance --db-instance-identifier testdb --engine mongo --allocated-storage 20 --db-instance-class db.t3.micro --master-username admin --master-user-password secret123
But it failed. What is the most likely reason?
