AWS - RDS and Relational Databases
Given this AWS CLI command snippet:
What database engine will be created?
aws rds create-db-instance --db-instance-identifier mydb --engine oracle-se2 --allocated-storage 20 --db-instance-class db.t3.medium
What database engine will be created?
