Creating Amazon Relational Database Service instance

Hello,

The following steps will help us create RDS instance in AWS. I personally don’t recommend having RDS unless you are building a very high database cluster environment. You can use EC2 and instance database services, Just because it costs nearly double to that of your EC2 instance and has very limited level of access. Reference: http://dba.stackexchange.com/questions/34525/amazon-rds-for-mysql-vs-installing-mysql-on-an-amazon-ec2-instance .

 

1. Login to Amazon Web Services and choose Services, you will have various services that are offered by Amazon  choose RDS from that, as shown below.

1

 

2. Once you clicked on it, you will be taken to a page similar to the one shown below. Choose instance tab from this.

2

 

3. Click on Launch DB instance from the page similar to the one shown below.

3

 

4. Now, you need to choose your database software preferences, I am choosing MySQL for now.

4

 

5. If you are using your server for production which requires better IO performance for read and write data, I recommend you to click “Yes, use Multi-AZ Deployment for high availability”(yes, it costs you more).

5

 

6. Now, choose/provide all the database information as shown in the image below.

6

 

7

7. Enable backup if you wish to, you will need to mention the database maintenance time if any, that do not overlap with the database backup time.

8

8. Review and launch.

9

 

 

Yay !!! You have  your RDS server now. You a MySQL client to connect to the database server, the hostname will be a fully qualified domain name that you can see from the instance.

 



Thank you for viewing https://helpinlinux.com

This entry was posted in AWS.

Leave a Reply

Protected by WP Anti Spam