Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

Set Up a WordPress Site Using EC2 and RDS

Amazon Relational Database Service (Amazon RDS) allows users to easily create, operate, and scale a relational database in the cloud. In this lab, we create an RDS database, install a web server and configure WordPress to connect to the RDS database. We then run the final configuration through the web browser and are presented with a working WordPress blog. By the end of this lab, the user will understand how to create an RDS database and configure WordPress to use it to store data.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Beginner
Duration
Clock icon 1h 15m
Published
Clock icon Jun 30, 2021

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Create RDS Database

    Using the AWS console, create an RDS database with the following configurations:

    • Choose a database creation method: Standard create
    • Engine options: MySQL
    • Edition: MySQL Community
    • Version: MySQL 8.0.28
    • Templates: Free tier
    • DB instance class: db.t2.micro
    • DB instance identifier: wordpress
    • Master username: wordpress
    • Master password: wordpress
    • Availability zone: us-east-1a
    • Select the non-default security group and remove the default security group.
    • Expand the Additional configuration section and, under Initial database name, enter wordpress.
  2. Challenge

    Install Apache and Dependencies

    Connect to your Cloud Server webserver-01 and perform the following tasks:

    • Use the apt command to install: apache2 libapache2-mod-php php-mysql
    • Move the /wordpress folder into your /var/www directory
    • Move your /var/www/wordpress/000-default.conf file to /etc/apache2/sites-enabled/
    • Restart apache2ctl
  3. Challenge

    Configure WordPress

    Configure wp-config.php to connect to the RDS database we created.

    • Edit your /var/www/wordpress/wp-config.php file and replace 'localhost' by your own RDS endpoint on the line define('DB_HOST', 'localhost');
    • Save and close the file
  4. Challenge

    Modify Security Groups

    Modify your non-default security group to allow the EC2 instance to connect to the MySQL/Aurora RDS database.

  5. Challenge

    Complete Wordpress Installation and Test

    Visit the website and complete the installation, ensuring the website can be visited and the WordPress portal works.

    Use the following information for the WordPress installation page:

    • Site Title: A Cloud Guru
    • Username: guru
    • Password: Select a strong password and copy it to your clipboard for later.
    • Your Email: [email protected]

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans