Priyanka Gavali
Jan 14, 2022

--

Configuring WordPress With MySQL Database over AWS Using AWS RDS

๐Ÿ”… Create an AWS EC2 instance.
๐Ÿ”… Configure the instance with Apache Webserver.
๐Ÿ”… Download php application name โ€œโ€WordPressโ€โ€.
๐Ÿ”… As wordpress stores data at the backend in MySQL
Database server. Therefore, you need to setup a
MySQL server using AWS RDS service using Free Tier.
๐Ÿ”… Provide the endpoint/connection string to the WordPress application to make it work.

--

--