...
/Getting Started: Setting Up WordPress
Getting Started: Setting Up WordPress
Set up a WordPress instance, log in via SSH, and get the admin credentials.
We'll cover the following...
We'll cover the following...
In this lesson, we’ll set up the WordPress instance we’ll work with in this chapter.
Creating a WordPress instance
Let’s first create a simple WordPress instance that we can log in to via SSH.
This will start a WordPress instance based on the AWS Marketplace WordPress image from Bitnami (specified through the --image-id using an alias). The instance type will be t2.micro. We add some tags through --tag-specifications for both the instance and all volumes created for it. We attach the security groups ssh-access and https-access through the --security-group-ids parameter. ...