Hands-On: Run A Simple WordPress Blog on AWS, Part 1
Explore how to create and configure a WordPress blog on AWS. Learn to find and launch a WordPress AMI via AWS Marketplace, start an EC2 instance, and access your WordPress site. This lesson prepares you for building scalable web applications using AWS services by providing a practical introduction to deploying WordPress on the cloud.
Creating an AWS account
Educative courses are designed for us to jump in right away, so if you haven’t created an AWS account yet, please do so, or see the “Creating an AWS Account” lesson from the appendix to guide you through the process. We strongly recommend creating a new AWS account for this course or using an existing one without any running resources in it. It’s safer to do so, and some examples assume that you do not have anything else running in your AWS account.
It’s also helpful to set a budget to get warned about unexpectedly high costs. Please see the “Setting up a Budget as a Precaution” lesson in the appendix on how to do it.
Hands-on: Run a WordPress blog on AWS
Enough of the theory! Let’s run something on AWS.
As we discussed earlier, this course is about running WordPress in a scalable way. So, let’s start by running a WordPress hello world example ...