WordPress App backed with the power of RDS to provide high availability MySQL database

Our Plan

Architecture of our Setup

Implementation

Click on create database
Choosing MySQL Engine
Choosing Free Tier template
  • we don’t want that any charges implemented on this experiment!!!
Credentials setting
Choosing the DB instance size
  • Since we have opted for free tier, so only db.t2.micro size available.
Storage settings
Choosing Default VPC, also public access is yes
  • We can create our own customized VPC as well. Also the public access is allowed in order for testing, but in real time we need to customize it.
Click on Create Database
Successfully created Database
Its Endpoint URL
  • For this, we need to install mysql first in the EC2 instance.
command to install mysql
Successfully installed
Successfully connected
Databases available
  • httpd
  • php (version 7.4 or more)
  • php-mysqlnd

Commands to be used are :

Successfully installed
Successfully downloaded the file
Successfully extracted
Successfully copied
document root
created uploads folder
given permissions
  • Now Restart the httpd service, using command: “systemctl restart httpd”
Got the WordPress page
Click lets go! button
Hiding my password :)
Manual Setup Display
Make all the required changes
Success Message
Log In to the site
Dashboard of myBlog site
myBlog site, backed with RDS database service

--

--

I am a tech enthusiast, researcher and work for integrations. I love to explore and learn about the new technologies and their right concepts from its core.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Anshika Sharma

I am a tech enthusiast, researcher and work for integrations. I love to explore and learn about the new technologies and their right concepts from its core.