You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `storage_type` is set to "gp2" (General Purpose SSD) as the default choice (instead of "io1", which requires Iops), and can be overridden to use any other Storage type.
13
+
- The `db_name` is set to "default_db" as the default database name, and can be overridden.
14
+
- The `username` is set to "admin_user" as the default master user's username, and can be overridden.
15
+
- The `skip_final_snapshot` is set to `true` as the default choice (which skips the creation of DB snapshots when the RDS instance is destroyed), and can be overridden to be `false`.
16
+
17
+
## Notes
18
+
19
+
- The `family` attribute under DB Parameter Group is marked as required.
0 commit comments