Skip to main content

Posts

Showing posts with the label Database

Amazon RDS Instance create for Mysql : Step by Step

Introduction :  Using the Amazon RDS (Relational Database Service), you can easily set up, operate, and expand a relational database in the cloud. Hardware provisioning, database setup, while effectively automating time-consuming administrative tasks, such as patching and backup costs and provides available capacity scaling. Therefore, we can focus on the application can provide the necessary performance, high availability, security, and compatibility. C reate an Amazon RDS  For MySQL . 1.  Log in to your AWS account. 2. Verify the region in which the infrastructure will be created. In the upper-right corner, click the button with the city name and select the region. In this case, Virginia. 3. Select the RDS service. 4. Select “Get Started Now.” 5. Choose the database manager, in this case, “MySQL”. Press “Select”. 6. Choose whether the instance will be used for production or Dev/Test environment. In this  case, it ’s  for production, so we select the option and...