aws

Get Started with Bitnami AMIs from the AWS Console

Introduction

Amazon Web Services or AWS is one of the world’s most popular and reliable cloud computing platforms. It includes a wide range of compute, storage and content delivery, database, mobile and other services, and it’s a great way to host simple websites as well as complex web or mobile applications in the cloud.

If you’re new to the cloud, the easiest way to get started with Amazon Web Services is with Bitnami. Bitnami provides pre-packaged application images for AWS Cloud servers, so that you can get productive with your new server immediately. You can access and launch these images in three ways:

In this tutorial, I’ll walk you, step by step, through the process of using the AWS Console to create and provision a new AWS cloud server. And since AWS offers a Free Tier valid for 12 months, you’ll have plenty of time to experiment with your server and Bitnami images without worrying about being billed for usage.

TIP: You can also learn about launching servers with the AWS Marketplace or Amazon Lightsail.

Overview

If you’re interested in creating a personal or small business blog, chances are that you’re going to use WordPress. WordPress is one of the most popular blogging platforms in the world, used on over 60 million websites (according to Wikipedia). And it is not hard to see why: WordPress is very easy to use, comes with thousands of extensions and themes, is completely free, and is open source.

In this tutorial, I’ll launch a cloud server with the Bitnami WordPress Stack, which gives you a pre-configured WordPress blog that you can start using right way. But WordPress is just an example: there are hundreds of other Bitnami applications to choose from, and they’re all equally easy to set up.

Here are the steps you’ll follow in this tutorial:

  • Register with Amazon Web Services (AWS)
  • Generate an AWS key pair
  • Create an AWS security group
  • Deploy WordPress on an AWS cloud server
  • Log in and start using WordPress

The next sections will walk you through these steps in detail.

Step 1: Register with Amazon Web Services (AWS)

: At the end of this step, you will have signed up for the Amazon Web Services free tier. If you already have an Amazon Web Services account, you may skip this step.

You will need an existing Amazon account to log in and sign up. To create it, follow these steps:

  • Browse to http://aws.amazon.com and click the “Create an AWS account” button at the top of the page.

  • In the resulting page, enter an email address, a password, and an AWS account name. Then, click “Continue” to start the registration process.

    Start the AWS account creation

  • Once you’ve signed in to Amazon, sign up for AWS by selecting the account type and providing some basic contact information and your mobile phone number.

    AWS account creation

  • Once that’s done, proceed to the next stage by entering your credit card information. Click the “Secure Submit” button to continue with the account creation.

    Enter your credit card information

    If you’re worried about how much you’ll be billed for services, relax. When you first sign up for AWS, you get automatic access to the AWS Free Tier, which entitles you to 12 months of free usage up to certain limits. This includes 750 hours per month of free usage of Amazon EC2 micro servers, which are just right for development or low-traffic website hosting. So long as your usage falls within the limits of the free tier, your credit card will never be billed. However, Amazon still needs your credit card information for security purposes, to avoid service misuse and to confirm your identity.

    IMPORTANT: You should fully understand the limits of the AWS free tier to avoid being unduly charged for service usage.

  • Amazon will now verify your identity, by making an automated call to your mobile phone number and prompting you to enter the PIN number displayed on the screen.

  • Once your identity is verified, choose the “Basic” support plan (also free) and confirm your account.

    NOTE: At this point, make sure that you have subscribed a plan, even if you decide to register for the free tier or “Basic” support plan.

The AWS account registration machine will churn away for a minute or so, and you will then be redirected to a welcome page, which includes a link to the AWS management console. You should also receive an account confirmation email, which tells you that your account is good to go.

Step 2: Generate an AWS key pair

: At the end of this step, you will have generated an SSH key pair to access your EC2 instances. If you already have an SSH key pair for the AWS region you are operating in, you can skip this step.

To generate an SSH key pair, which you will need to log in to your EC2 instances, follow the steps below:

  • Log in to the AWS Console.

  • From the Amazon Web Services menu, select the EC2 service.

    AWS credentials creation

  • If required, use the region selector in the top right corner to switch to the region where your instance will be launched.

  • From the Amazon EC2 dashboard, select the “Key Pairs” option in the “Network & Security” menu.

  • Click the “Create Key Pair” button. In the resulting dialog box, enter a name for the new key pair and click the “Create” button.

    AWS credentials creation

  • A new key pair, consisting of an SSH public and private key, will be generated. You will be prompted to download the private SSH key to your computer.

    NOTE: You will only be able to download the private SSH key once. Store it safely as you will not be able to log in to your AWS servers without it.

Step 3: Create an AWS security group

: At the end of this step, you will have created an AWS security group for your cloud server.

By default, AWS cloud servers have their ports closed to secure them against external attacks. Since WordPress is a Web application, it is necessary to open ports 80 and 443 for HTTP access, and port 22 for SSH access. To do this:

  • From the Amazon Web Services menu, select the EC2 service.

    AWS security group creation

  • From the Amazon EC2 dashboard, select the “Security Groups” option in the “Network & Security” menu.

  • Click the “Create Security Group” button.

    AWS security group creation

  • In the resulting dialog box, enter a name and description for the for the new security group.

  • Click the “Add Rule” button and add new rules for HTTP, HTTPS and SSH access using the following guidelines:

    • Type: Use the pre-defined types “HTTP”, “HTTPS” and “SSH”.
    • Source: Use “Anywhere” to allow access from anywhere, or use “Custom IP” and specify an IP address range.

    AWS security group creation

  • Click the “Create” button to save your changes.

Step 4: Deploy WordPress on an AWS cloud server

: At the end of this step, your WordPress blog will be running on an AWS cloud server.

The next step is to launch a cloud server with the Bitnami WordPress Amazon Machine Image (AMI) running on it. The AWS Console lets you do this in just a couple of clicks. Follow these steps:

  • From the Amazon Web Services menu, select the EC2 service.

    AWS AMI deployment

  • From the Amazon EC2 dashboard, select the “AMIs” option in the “Images” menu.

    AWS AMI deployment

  • Search for the Bitnami WordPress AMI by selecting “Public Images” and entering the search term “bitnami wordpress” in the search bar at the top.

  • Select the image in the list of search results and click the “Launch” button.

    AWS AMI deployment

  • On the resulting detail page, review the available server sizes. Select the server size you wish to use and click “Review and Launch” to proceed.

    AWS AMI deployment

    TIP: A “micro” server will work fine for a low-traffic WordPress blog or for WordPress development.

  • On the review page, click the “Edit security groups” link.

    AWS AMI deployment

  • On the “Configure Security Group” page, choose the option to “Select an existing security group”. Find the security group you created in Step 3 and select it. Click the “Review and Launch” button to proceed.

    AWS AMI deployment

  • Verify that the correct key pair (created in Step 2) will be used for the server.

    AWS AMI deployment

  • Confirm your selection by hitting the “Launch Instances” button.

The AWS Console will now begin spinning up the new server.

AWS AMI deployment

The process usually takes a few minutes, and you can use the EC2 Dashboard to check the status of the server. Once the server has launched, you will be able to obtain its public IP address and public DNS name from the EC2 Dashboard, as shown below:

WordPress home page

At this point, you should be able to browse to the cloud server, by entering the cloud server IP address or DNS name directly into your browser’s address bar. You should now see your WordPress blog’s home page with a sample post, as shown below.

WordPress home page

To get the administrator username and password, follow these steps:

  • Log in to the AWS EC2 Console.

  • If required, use the region selector in the top right corner to switch to the region where your instance was launched.

  • In the left navigation bar, select the “Instances -> Instances” menu item.

  • Select your instance.

  • From the “Actions” drop-down menu, select the “Get System Log” menu item.

    System log

  • Review the system log until you find a message with the application username and password.

    Application password

    This password is only shown the first time you start the image. Please save it in a safe place.

TIP: You can also obtain the username and password at any time by checking the bitnami_credentials file as it is described in the FAQ.

Step 5: Log in and start using WordPress

At the end of this step, you will have logged in to WordPress and created a new blog post.

To log in to the WordPress dashboard, follow these steps:

  • Browse to the WordPress dashboard, usually at the URL http://SERVER-IP/wp-admin.

  • Log in with the administrator credentials from the previous step.

    WordPress credentials

You should now arrive at the WordPress dashboard, which allows you to manage posts, pages and comments; customize your blog with themes and plugins; import and export content; manage navigation menus; add or delete new user accounts; and much more.

WordPress credentials

Create your first post

You can now add a new post using the following steps:

  • Select the “Posts -> Add New” menu option to create a new post.

    Add new WordPress post

  • Enter a title and content for the post. You can use the formatting tools at the top of the content area to format your post and add hyperlinks or images.

  • Optionally, choose the format and category for your post.

  • Publish it immediately using the “Publish” button.

    Add new WordPress post

And now, when you visit your blog’s front page, you should see your new post.

WordPress post publishing

Congratulations! You now have a working, fully-functional WordPress blog in the cloud.

Keep your WordPress installation up-to-date

You can keep your WordPress installation up-to-date with the WordPress update feature. To access this:

  • Log in to WordPress using the administrator account.

  • Select the “Dashboard -> Updates” menu item.

    WordPress update

  • Review the resulting page to see if WordPress needs an update. If an update is available, you can install it by clicking the “Update Now” button. You can also re-install WordPress if needed with the “Re-install Now” button.

    WordPress update

To learn more about the topics discussed in this tutorial, use the links below:

Last modification February 29, 2024