Setup a WordPress Site using AWS Lightsail


Setting up a WordPress can seem very daunting. Do you need to buy a computer and install the wordpress on there and serve your website from home?

Well AWS provides an industry grade server with such a level of reliability, features, and redundancy you wouldn’t think twice but only choose AWS for your WordPress site. Additionally you can get setup within a day!

Lets show you how:

Log into your AWS console and search Lightsail in the top search bar.

Once at the homepage of Lightsail, click Create instance with the Instances tab.

Now choose your the region that is closest to you.

Next choose Linux for the “Select a platform” section and WordPress in the “Select a blueprint” section.

Choose that instance plan according to your needs. If you are just getting started, maybe you can choose the cheapest option.

Specify the instance name and click Create Instance.

Great! You just created a WordPress instance!

You can view your instance on the web using the IP address provided on the homepage of Lightsail.

Type in that IP address into your browser to see how your website looks!

For me it is 34.213.9.178.

So I searched this in my browser and this is what I got

Now we need to get the username and password for our website so we can start creating our content.

Go to your Lightsail homepage, under Instances, you will see your instance. Click that orange box icon on the top right.

This will open a terminal to your instance.

Now you can get the password of your website using the following command:

cat $HOME/bitnami_application_password

Paste that command into your terminal and it will spit out a password.

Copy that password and in your browser type in the IP address and add /wp-admin after.

This is how I did it

You should land on a page that shows a login box like this

Type in user for the Username and put in the password we copied from the terminal

Log in and you should see the WordPress Admin console. This is where you can change your website theme, details, and all other features. This is the same place where you can manage posts, pages, and users.

Congrats! You have done it. You have just started your website and have awesome tools to customize it as you wish.

Also please do update your password and user, for your safety.


Leave a Reply

Your email address will not be published.