To create a DB Instance on AWS, you can use the AWS Management Console with the option of Easy create either enabled or disabled. When Easy create is enabled, you only need to specify the DB engine type, DB Instance size, and DB Instance identifier. Easy create uses default settings for other configuration options. When Easy create is disabled, you need to specify more configuration options when creating a database, including options for availability, security, backups, and maintenance.
Note: In the procedure below, the Full configuration is enabled, and Easy create is not. This procedure uses MySQL as an example.
To create a DB Instance:
In the search bar, find and select RDS to open the Amazon RDS console

In the upper right corner of the Amazon RDS console, select the AWS region where you want to create the DB Instance.
In the navigation pane, choose Databases then Create database

Configure the database creation method: Select Full configuration.
For Engine type, choose MariaDB, Microsoft SQL Server, MySQL, Oracle, or PostgreSQL. In this example, we are using MySQL.

Configure the deployment template:
💡 Pro Tip: This option is primarily used for High Availability and Disaster Recovery. It provisions a standby instance in a different Availability Zone (AZ). Data written to the primary instance is synchronously replicated to the standby instance. In the event of an primary instance failure, Amazon RDS automatically fails over to the standby instance, ensuring minimal downtime and no data lossConfigure DB instance details:
db-instanceadminAa12345#ℹ️ Important: You cannot review the master user password. If you don’t record it, you may need to change it. If you need to change the master user password after the DB Instance is available, you can modify the DB Instance to do this. For more information on modifying a DB Instance, see Modifying an Amazon RDS DB Instance.

Configure instance specifications:

Configure connectivity settings:

Configure security settings:

fcaj
Complete the database creation. Click Create database

Verify successful database creation:

Check RDS

To edit the master username and password for the DB Instance, select Modify

Here you edit the master password in case you forget



ℹ️ Important: We have just successfully initialized the RDS Database Instance so these logs do not appear yet.

In Amazon Relational Database Service (RDS) provides an easy-to-manage relational database with automation for various tasks, including maintenance and backups. Here’s how you can view information about maintenance and backups in AWS RDS:


