Quantcast
Channel: YourStory.com » Tutorials
Viewing all articles
Browse latest Browse all 27

Tutorial: Deploying WordPress on AWS Elastic Beanstalk and Amazon RDS – Part 2/3

$
0
0

In part 1 of this tutorial, we configured git and the AWS Elastic Beanstalk environment to deploy WordPress. Part 2 will focus on configuring the MySQL database on Amazon RDS.

Step 3 – Creating a MySQL Database in Amazon RDS

Login to AWS Management Console and select Amazon RDS

Amazon RDS

Select Launch DB Instance

Amazon RDS

Select the MySQL database and click on select

Amazon RDS

Choose the default version of MySQL DB Engine Version, db.m1.small for DB Instance Class and No for Multi-AZ Deployment. Choose 5GB as allocated storage and provide an identifier, username and password for the database instance.

Amazon RDS

Choose wordpress as the database name and click on continue.

Amazon RDS

Leave the defaults and click on continue.

Amazon RDS

Review the configuration and click on launch DB instance.

Amazon RDS

After a while, the DB instance should be available. Make a note of the Endpoint which will be included in the WordPress configuration at
a later point.

Amazon RDS

Click on the DB Security Groups in the left navigation pane and click on Create DB Security Group

Amazon RDS

Provide a name and description and click on Yes, Create.

Amazon RDS

Select EC2 Security Group in the Connection Type and elasticbeanstalk-default in Details and click on Add. This setting allows the requests originating from the AWS Beanstalk applications.

Amazon RDS

We will also add a security group to allow traffic from any machine. This is to allow us to import the database one time. After this operation, don’t forget to revoke this group.

Amazon RDS

Click on the Modify button and associate both the security groups with the DB instance.

We created the MySQL database on Amazon RDS for the WordPress deployment. In the next and the last part of this tutorial, we will import the database and deploy WordPress AWS Elastic Beanstalk. Stay tuned!

- Janakiram MSV, Chief Editor, CloudStory.in


Viewing all articles
Browse latest Browse all 27

Trending Articles