Process Flow - RDS supported engines
Start: Choose RDS
Select Engine Type
Configure Instance
Launch Database Instance
Database Ready to Use
This flow shows how you pick an RDS engine type, configure it, and launch a database instance.
Choose engine: MySQL Configure instance size Launch instance Connect to database
| Step | Action | Engine Selected | Instance Configured | Result |
|---|---|---|---|---|
| 1 | Select engine type | MySQL | No | Engine MySQL selected |
| 2 | Configure instance | MySQL | db.t3.medium | Instance configured with db.t3.medium |
| 3 | Launch instance | MySQL | db.t3.medium | Instance launched and initializing |
| 4 | Instance ready | MySQL | db.t3.medium | Database instance available for connections |
| 5 | Connect to database | MySQL | db.t3.medium | Connection successful |
| Variable | Start | After Step 1 | After Step 2 | After Step 3 | After Step 4 | Final |
|---|---|---|---|---|---|---|
| Engine | None | MySQL | MySQL | MySQL | MySQL | MySQL |
| InstanceType | None | None | db.t3.medium | db.t3.medium | db.t3.medium | db.t3.medium |
| InstanceState | None | None | None | Launching | Available | Available |
| ConnectionStatus | Disconnected | Disconnected | Disconnected | Disconnected | Disconnected | Connected |
RDS supports multiple database engines: MySQL, PostgreSQL, Oracle, SQL Server, MariaDB, Aurora. Choose engine first, then configure instance. Launch instance to create database. Connect after instance is available.