We may earn an affiliate commission when you visit our partners.
Chase Raz, M.B.A.

Updated November 2018

This course details how to use one Amazon Lightsail (via AWS) instance to run multiple websites and apps (including WordPress) across a number of domains. Several hosting stacks will be explored within this course, including the Bitnami's LAMP Stack, Bitnami WordPress Stack (a variant of the LAMP stack), and the Plesk Hosting Stack. All of these stacks are available from Amazon Lightsail with just one click.

Read more

Updated November 2018

This course details how to use one Amazon Lightsail (via AWS) instance to run multiple websites and apps (including WordPress) across a number of domains. Several hosting stacks will be explored within this course, including the Bitnami's LAMP Stack, Bitnami WordPress Stack (a variant of the LAMP stack), and the Plesk Hosting Stack. All of these stacks are available from Amazon Lightsail with just one click.

Amazon Lightsail is considered an easier-to-use and entry-level implementation of Amazon's AWS cloud service. It has the specific objective of creating and running a Virtual Private Server (VPS) as opposed to the dozens or hundreds of potential use cases with AWS EC2 instances. Lightsail is an ideal cloud solution for individuals who self-host and for small-to-midsize businesses looking to minimize I.T. costs without sacrificing performance.

If you want to begin to leverage the power of the cloud for your online business or hobbies, or if you've ever felt intimidated by your web hosting providers and too scared to cut costs by running your own setup, this course will help you break the dependency on overpriced shared and reseller hosting. You'll increase your knowledge of cloud computing and cloud server instantiation while building functional skills with Linux and Apache, despite needing absolutely no Linux, Apache, or cloud computing knowledge to begin.

After viewing this course, you'll be able to complete the following tasks on Lightsail:

  • Create a Virtual Private Server on Amazon Lightsail using a Bitnami or Plesk stack

  • Install one or multiple WordPress blogs mapping to different domains, subdomains, or directories

  • Encrypt your website for users with SSL/TLS certification to use https:// instead of http://

  • Host one or multiple static websites with just one VPS Instance

  • Host one or multiple dynamic websites with just one VPS Instance

  • Point domains to your hosted websites

  • Add additional storage space to a VPS Instance

  • Backup and scale your VPS Instance

Don't miss out and don't be locked into high web hosting and VPS costs which can reach over $100/mo. Instead, learn the fundamentals of Amazon Lightsail and be able to power your own websites on Amazon's cloud starting at just $5/mo. Take back control of your web sites, and sign up for Hosting Websites with Amazon Lightsail today.

Software Utilized

The course uses the least expensive Lightsail packages from the AWS cloud, specifically we utilized the US$3.50 and $5.00 per month plans (formerly $5 and $10, respectively). Also introduced is how to use free software—such as PuTTY and FileZilla— for Instance management, but Lightsail comes with its own built-in and web-based SSH terminal, so no external software is necessary in many cases.

Course Changelog:

  • July 2018 - Updated videos to show additional options for working with the WordPress installer module

  • May 2018 - Major update to include a second LAMP stack, the Plesk Hosting Stack. This is an alternative stack to the one provided by Bitnami and it provides a web-based dashboard. Three domains can be managed for free by the Plesk Hosting Stack on Amazon Lightsail. Larger licenses are available from Plesk.

  • March 2018 - Added SSL/TLS encryption and certification on the Bitnami LAMP Stack using Let's Encrypt. Certbot is introduced as a command line tool for automating the SSL process with Let's Encrypt.

  • February 2018 - How to Connect via macOS Terminal lesson added for Bitnami LAMP Stack. Also added a new section for Bitnami's LAMP Stack on running one or multiple WordPress installations that can map to domains, sub-domains, or directories.

  • January 2018 - Course launched focusing entirely on setting up the Bitnami LAMP Stack on Amazon Lightsail to host one or multiple websites.

Enroll now

What's inside

Learning objectives

  • Utilize the bitnami lamp stack and the bitnami wordpress stack
  • Install, configure, and use the plesk hosting stack for website and email hosting
  • Install "let's encrypt" ssl/tls certificates on lightsail using certbot for automation
  • Sign up for amazon aws and lightsail
  • Create an amazon lightsail instance and set a static ip
  • Connect to a lightsail instance via ssh and sftp
  • Host multiple websites or web applications on one amazon lightsail instance
  • Operate one or more wordpress powered sites on a single lightsail instance

Syllabus

Sign up for Amazon Lightsail and create a VPS Instance

Get to know a bit about the instructor and the course in this brief lecture.

Sign into Amazon Lightsail through an Amazon Web Services (AWS) account and create a Lightsail Virtual Private Server (VPS)
Read more

This first video is optional, and may be skipped if you already have an account for Amazon's AWS cloud service.  If you are brand new to Amazon AWS, this lecture will guide you through the process of signing up.

Bitnami is the entity providing us with a pre-configured LAMP stack to run on AWS Lightsail.  Bitnami is owned by BitRock, a company that has specialized in software installers for decades.  This video will introduce Bitnami, BitRock, and show the websites for each entity.

Once logged into the AWS Lightsail site, we can create our first "Virtual Private Server", or Instance.  In just a matter of a few minutes and a dozen-or-so clicks of the mouse, we'll have established our first Instance of a VPS on Lightsail.

Next, we'll explore the AWS Lightsail website and observe the management and monitoring tools available from directly within the dashboard.

Occasionally, Amazon updates the user interface for AWS Lightsail, and even adds new features.  This brief lesson explains the changes made in late 2017.

Create a Static IP and point domains towards a Lightsail Instance

AWS Lightsail with a Bitnami LAMP stack is already configured and ready to run a website.  We'll learn how to view the default "Congratulations" site using a web browser and identify the links on that page which provide useful support information.

Each Lightsail Instance has a public IP address, but that address is reset any time your server is stopped or restarted.  In order to work well with DNS (and your domain name), Amazon offers static IPs that you can connect to your Instance.  These static IPs remain constant and attached to your Instance whether your Instance is on, off, or restarting.

Now we have a Lightsail instance running a Bitnami LAMP stack, and there is even a default set of pages available for viewing within the browser.  Communicating the existence of a website with just an IP address isn't fun, however, even if that IP is our newly attached Static IP.  This video will detail how to update your DNS settings with your domain registrar or other DNS provider in order to point to your Lightsail Instance.

Domain Name Pointing
Connect to your AWS Lightsail VPS via SSH (PuTTY) and via SFTP (FileZilla)

Connecting to your Lightsail VPS Instance has been made easy by Amazon's in-browser SSH terminal window.  There are multiple ways to open this in-browser terminal from within Lightsail, and this video will detail the process.

Download the Private Key to access your VPS

In this video we'll use stand-alone software, specifically PuTTY on Windows, to connect via SSH to our AWS Lightsail Instance.  We'll do this so that we can connect without having to log in through the browser, and also so that we can later create something called and SSH Tunnel to our Instance and be able to run applications such as phpMyAdmin securely.

If you use macOS and would like a convenient way to connect to your Lightsail VPS using the Terminal application, this video lesson will walk you through the steps required.  You'll be instructed on how to store your private key (PEM file), add it to the macOS keychain, and use the "ssh" command to connect to your remote VPS instance.

Creating an SSH Tunnel is required to connect with the default installation of phpMyAdmin inside of your Bitnami LAMP stack image on Amazon Lightsail.  This means we have to connect remotely to the instance as if we were physically present.  SSH provides a method for doing exactly this task, and we'll learn how to input the proper settings.

SFTP is a secure FTP (or SSH FTP) protocol for connecting to remote computers and transmitting files.  In this training, we will utilize FileZilla, a popular cross-platform FTP client, to connect to our Lightsail Instance to view the files on our Instance and to transfer files to and from our own computer.

This brief three-question quiz will ensure that you understand the basic requirements and methodologies for connecting to your new AWS Lightsail VPS instance.

Run a static website on Amazon Lightsail

We'll take a momentary pause from connecting to our VPS to review what exactly it means to have a LAMP stack.  We'll explore the languages available to us--HTML, CSS, Javascript, and PHP--and we'll detail how the LAMP stack receives and processes requests for web pages.

In this lesson, we'll get our first website up and running on AWS Lightsail.  This site will be a static website built with HTML, CSS, Javascript, and PHP.  We can't yet create dynamic sites because we haven't learned how to log into MySQL or phpMyAdmin, but we can build a static website without any difficulty.  After previously pointing domains to our Static IP address, each of them will display this single static website.  We'll learn how to host multiple websites using multiple domains in upcoming videos.

After creating and connecting to an Amazon AWS Lightsail Instance, you should be ready to host a static website using HTML5 (including CSS and Javascript) and even PHP, as long as no database connections are required. This quiz will assess your knowledge of connecting to your Instance for the purposes of hosting a static website.

Host multiple websites on an Amazon Lightsail Instance

In order to host multiple websites using one Apache server, we need to modify two Apache configuration files.  In this video, we will first use SSH to learn a little bit about Linux and how to navigate using the command line.  Then, we'll locate Apache's configuration files using both SSH and SFTP.

Since we will be modifying Apache's default configuration files, we should be extra careful to create backups in case something goes wrong or if we ever need to reset the server to its default state.  In this video, we'll create a backup copy and a compressed archive (ZIP) backup for extra redundancy.

We'll edit the main configuration file for Apache to prepare it for using virtual hosts, or "vhosts".  We'll explore a couple of Apache modules, make three brief changes to the httpd.conf file, upload our updated configuration, and restart the Apache server.

After editing httpd.conf, the next step towards running multiple sites on one Apache server is to edit the httpd-vhosts.conf file.  We'll open, modify, and upload this file in order to create dedicated space for one domain pointed towards our Instance's Static IP address.

Point more domains to the Instance

For the last lecture in section five, we'll double check to make sure that all of our pointed domains--and our one pointed subdomain--are properly resolving and being delivered content from the appropriate folder by our Apache web server.  We'll also discuss two options for having the IP address point to the same place as a domain.

This brief three-question quiz will assess your knowledge retention of key information required to successfully complete the task of hosting multiple websites on one AWS Lightsail instance.

Utilize PHP, MySQL, and phpMyAdmin to enable dynamic websites

Previously within this course, we established an SSH Tunnel to our Lightsail Instance and we've stumbled upon our BItnami application password.  In this video, we'll put those two pieces of information together and log into phpMyAdmin for the first time.  phpMyAdmin is a third-party graphical interface for managing MySQL databases via the browser.

Now that we've logged into phpMyAdmin, we can use the system to create new MySQL users without having to use the command line.  We'll access the User Accounts section of phpMyAdmin and add a new user, manually and automatically generate a password, and set user privileges. This walk-through does not explore the functioning of phpMyAdmin or MySQL, however, simply how to create a user account.

Bitnami created a default application password for MySQL and phpMyAdmin, but this video will explore how to change that default password for these two applications from the command line using mysqladmin and SQL queries within MySQL (also command line) itself.  Finally, we'll look at how to change a password for any user vis phpMyAdmin's graphical interface.  Note that changing the password for both MySQL and phpMyAdmin is simultaneous as phpMyAdmin utilizes MySQL's user tables.

Install and manage WordPress in a number of ways using a Bitnami Module

Create a brand new VPS instance to run a WordPress site in only a few clicks and minimal setup.  Amazon Lightsail has a dedicated WordPress stack already created that allows you to avoid managing the LAMP stack underneath WordPress altogether.  This is the most simplistic way to run WordPress on Lightsail, but it's extremely effective and will work perfectly for anyone wanting to run only one WordPress site or wants each WordPress site on its own VPS.

After creating a WordPress stack on a stand-alone instance, we'll change gears and learn how to install WordPress on top of an existing LAMP stack.  This will allow us to easily create WordPress sites using convenient Bitnami tools.  This lesson will detail how to get the Bitnami WordPress installer loaded on a LAMP VPS and to run the installer to get the most basic installation of WordPress.

In the previous video, the installation process skipped a few steps as the installer only needs to set certain variables once.  After the first installation, the installer will remember your name, username, email, and choice of running on either a development or production device.  This lesson walks through a full WordPress module installation on a brand new VPS to demonstrate the experience you will have upon first install.

Previously, we've set up a WordPress blog on our LAMP stack.  Currently, any domain pointing to our Static IP will display the blog if the WordPress directory is called (e.g. http://example.com/wordpress).  In this lesson, we'll look at how we can modify the installed WordPress blog, along with the Bitnami LAMP stack and the Apache web server itself, to map the WordPress installation to one domain (e.g. http://example.com).

This brief lessons details how to use the Bitnami WordPress Module uninstaller.  The process is extremely simple and requires only one command within the WordPress install folder.

This lesson explains how to have multiple WordPress modules installed on the same Bitnami LAMP stack.  Each of the installations is truly stand-alone and can independently mapped to top level domains, subdomains, or directories.  This video lesson installs two distinct WordPress sites on different sites and retains the ability to run custom static or dynamic sites as detailed earlier in the course.

A brief follow up lesson to demonstrate how to install WordPress as a directory after using VHOST to point an entire domain within Apache or our Bitnami stack.

Establish a safe and secure browsing environment using the HTTPS protocol.

In this lecture-style introduction, the concept of SSL (and the modern variant of TLS) will be introduced.  The focus will be on the traditional process for acquiring SSL certification rather than the technical details that power the technology.  The Certificate Authority that this course will utilize, Let's Encrypt, and a Linux SSL automation tool, Certbot, are both introduced within this lesson.

This video lesson will detail the Certificate Authority (CA) that we'll be using in order to verify and sign our SSL certificates.  Let's Encrypt has been selected as it is a free and open source CA backed by some of the largest technology companies in the world.  Also introduced within this lesson are the domain examples (abgamma.com and chaseraz.com) that are going to be utlized for setting up SSL certificates for both regular websites hosted in Apache's htdocs and WordPress modules (or any other Module type) hosted in the apps folder of our VPS.

Certbot is the default Linux command line tool suggested by Let's Encrypt for using the ACME (Automated Certificate Management Environment) protocol for creating, verifying, signing, installing, and renewing certificates.  The work that Let's Encrypt has put into their Certificate Authority (CA) and the ACME protocol, as well as that the Electronic Frontier Foundation has put into Certbot, means that our process of obtaining SSL certificates is extremely minimal and subjectively easy.

This first demonstration of running Certbot to create, verify, and install SSL certificates through Let's Encrypt will add a certificate to the ABGamma.com domain that is being hosted as a static or dynamic website in Apache's htdocs folder.  This first run-through will encrypt only the non-www version of the domain (i.e. abgamma.com) and we will encrypt the www version (www.abgamma.com) a couple of lessons from now.

In this video, we'll combine the steps of adding an SSL certificate using Certbot and Let's Encrypt with our previously installed WordPress site from the Bitnami Module installer.  We'll run Certbot to generate, verify, sign, and place the SSL certificate and key file first, and then we'll update our WordPress module's VHOST file to include record of the SSL certificate.

This presentation demonstrates how to revise an SSL certificate using Certbot to include additional subdomains, such as www, mail, or anything else you can imagine.  The example within this lesson corrects the exclusion of "www" from the certificate for ABGamma.com several videos ago.  Very little manual work is required beyond running Certbot and restarting Apache.

Certbot is automatically renewing your SSL/TLS subscription every 90 days, but if you don't restart Apache within that time the certificate won't load and your webpage will display a warning that you have an expired certificate.  This will certainly scare most of your visitors away.  To avoid this issue, we'll use "cron" to schedule Apache to restart (or even reboot the entire VPS) periodically.  Since Apache loads the SSL certificates we indicated previously in our VHOST file at load time, this will ensure the newest certificates are loaded and avoid unpleasant browser security warnings.

Plesk Hosting Stack: Getting Started with Plesk

There is more than one way to host websites on Amazon Lightsail.  Up until this point, we've been looking at the Bitnami LAMP stack and working with the command line a lot.  In order to simplify this process, we may want to consider alternative stack that includes a graphically-based web hosting dashboard.  Plesk offers exactly this: a web hosting dashboard sitting on top of a custom LAMP stack.

This lesson demonstrates how to create an instance of the Plesk Hosting Stack using Amazon Lightsail.  The process is the same as for creating an instance of any other stack and only takes a matter of seconds.

Plesk isn't open source software.  While it is designed to manage your server's stack of open source software, the dashboard itself and controlling scripts are proprietary.  Plesk does offer a free tier, called Web Admin SE, to anyone using Lightsail or a similar cloud-based VPS or VM.  This no-cost license will allow you to run up to three distinct sites.The full Web Admin license is around $10 per month and allows for the hosting of 10 sites.  Additional licenses are available for hosting even more sites directly from Plesk.

Because of some current limitations with the Lightsail API, Plesk currently requires a bit more configuration that would be considered ideal.   In this lesson, we'll attach a Static IP to our new Plesk instance and we'll also open up a number of ports that are required for Plesk to operate and update successfully.

To complete the Plesk configuration process, we'll explore in this video how to get a temporary link through the command line that will allow us to create an administrator account.

This brief lesson highlights the main components of the Plesk interface and provides a reminder for how to access Plesk in the future now that our admin account has been created.

In this lesson, we'll set up our first domain to connect with Plesk.  This process is straightforward and involves little more than pointing your domain towards your Instance's Static IP and filling out a web form within Plesk to provision the space for a new site.

While SSL/TLS encryption is a part of domain configuration, you can also update, change, or even fix your SSL certificates easily from the Plesk dashboard.  In this lesson, we'll explore how to access Let's Encrypt from the Plesk dashboard and where it is also possible to upload your own SSL certificate if acquired via another source than Let's Encrypt.

With a domain or two pointing towards our Plesk instance, we'll use the built in File manager to upload a simple website.  This process is extremely easy and will Plesk is ready for static or dynamic sites from the very beginning.  HTML, CSS, Javascript, and PHP are all ready to go without any additional configuration.

WordPress is a major draw.  In fact, it is likely one of the main reasons you're searching out hosting and VPS options.  As easy as it was to set up WordPress on a Bitnami LAMP stack, it is even easier on the Plesk Hosting Stack.  Setting up WordPress on Plesk is so easy, it's almost as easy as using WordPress.com itself (given Plesk is already configured and running, that is).  This lesson will show how to use the one-click install of WordPress for a domain configured within Plesk.

Email is one of the top requested lessons within this course.  Despite the general advice to not run your email server, web server, and others all on the same setup, Plesk makes doing so an absolute breeze.  The expert set up of these services, as configured by Plesk, makes the use of email on our Lightsail Instances appropriate in many cases that require only minimal resources.

With Plesk introduced, this lesson will address a number of additional topics for further exploration that may interest any self-hosting individual or organization.  To request additional lessons or topics, please be sure to use the Q&A within this course.  

FTP services come pre-configured in the Plesk Hosting Stack on Amazon Lightsail.  This lessons details how to open the appropriate ports on your Lightsail Instance to ensure that FTP works.  Passive FTP is utilized within this tutorial, although Active FTP is an option through Plesk (also pre-configured) if your computer can receive  FTP information via a random port. This setup is uncommon for the typical user, and most will use Passive FTP.

Backup and scale VPS Instances using Snapshots

Snapshots serve as backup copies of your Lightsail VPS Instances, but they also enable you to scale from one instance type to another with very little headache.  In this introduction, we'll explore what snapshots are, how they are priced, and what they are--and aren't--capable of doing.

Creating a snapshot backup of your Lightsail Instance takes only one click of the mouse button.  We'll navigate to the correct management page, name a snapshot, and then create the first snapshot of our image.

Now that we've created a Snapshot of our Instance, we'll use it to scale up our VPS to one with more resources.  This video will detail why scalability is important in terms of performance and pricing, and will perform a brief demo to scale up the websites that we've set up to run on our VPS.  This lesson also exhibits how to detach and reattach Static IPs from one Instance to another.

Explore advanced Lightsail management topics

If you need additional storage space, or even the equivalent of a cloud-based portable hard drive to bounce between Instances, there is no need to start up new server Instances or scale up to higher-cost instances.  For $0.10 per Gigabyte per month, you can add additional SSD storage volumes to your Amazon Lightsail Instance.  This video will show you how to create a storage disk, attach and mount it to an Instance, and edit "fstab" within Linux to automatically mount the drive on each server restart or boot-up.

Conclusion

Thank you so much for making Chase a part of your learning process with this course.  You should now be able to successfully utilize Amazon Lightsail to host one or more websites on top of the LAMP sever architecture.  If you have any follow up questions, please feel to reach out and let Chase know.  Also, if you've enjoyed this course, a five-star review would be much appreciated.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Breaks the dependency on overpriced shared and reseller hosting, which allows learners to increase their knowledge of cloud computing and server instantiation
Utilizes free software such as PuTTY and FileZilla for instance management, but also offers Lightsail's built-in web-based SSH terminal, which is convenient
Explores hosting stacks like Bitnami's LAMP Stack and Plesk Hosting Stack, which are industry-standard tools for managing web servers and applications
Focuses on Amazon Lightsail, which is an entry-level implementation of AWS, making it easier to manage VPS instances compared to AWS EC2
Teaches how to install Let's Encrypt SSL/TLS certificates using Certbot, which is essential for securing websites with HTTPS
Covers the Plesk Hosting Stack, which allows learners to manage up to three domains for free, but larger licenses are available from Plesk at a cost

Save this course

Save Hosting Websites with Amazon Lightsail | AWS for 2020 to your list so you can find it easily later:
Save

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Hosting Websites with Amazon Lightsail | AWS for 2020 with these activities:
Review Basic Networking Concepts
Solidify your understanding of networking concepts to better grasp how Lightsail instances communicate with the internet and each other.
Browse courses on Networking Fundamentals
Show steps
  • Read articles or watch videos explaining basic networking terms.
  • Practice subnetting exercises.
  • Research common network protocols like TCP/IP and HTTP.
Review 'Linux Bible'
Familiarize yourself with Linux commands and concepts to effectively manage your Lightsail instance via SSH.
View Linux Bible on Amazon
Show steps
  • Read the chapters on basic Linux commands and file system navigation.
  • Practice using the command line to manage files and directories.
  • Experiment with different Linux distributions in a virtual machine.
Follow Apache Configuration Tutorials
Learn how to configure Apache web server to host multiple websites on a single Lightsail instance.
Show steps
  • Find tutorials on setting up virtual hosts in Apache.
  • Follow the tutorial steps to configure virtual hosts for your domains.
  • Test your configuration by accessing your websites through their respective domains.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Practice SSH and SFTP
Reinforce your ability to securely connect to your Lightsail instance and transfer files.
Show steps
  • Set up SSH keys for passwordless login.
  • Use SFTP to upload and download files to your server.
  • Practice common SSH commands for managing your server.
Review 'Web Hosting for Dummies'
Gain a broader understanding of web hosting concepts to complement your Lightsail knowledge.
Show steps
  • Read the chapters on web hosting basics and domain name registration.
  • Research different types of web hosting services.
  • Compare the features and pricing of different web hosting providers.
Document Your Lightsail Setup
Create a detailed guide on setting up and configuring a Lightsail instance for a specific purpose.
Show steps
  • Choose a specific use case for your Lightsail instance (e.g., hosting a WordPress blog, running a web application).
  • Document each step of the setup process, including commands, configuration files, and screenshots.
  • Publish your guide on a blog or share it with the community.
Migrate a Website to Lightsail
Gain practical experience by migrating an existing website to your Lightsail instance.
Show steps
  • Back up your website's files and database.
  • Set up a Lightsail instance with the appropriate LAMP stack.
  • Restore your website's files and database to the Lightsail instance.
  • Configure your domain to point to the Lightsail instance.

Career center

Learners who complete Hosting Websites with Amazon Lightsail | AWS for 2020 will develop knowledge and skills that may be useful to these careers:
Freelance Web Host
A Freelance Web Host provides web hosting services to clients, which may include server setup, maintenance, and support. This course is a practical introduction to setting up and managing web hosting environments using Amazon Lightsail. The course covers all the necessary skills for a Freelance Web Host, such as creating and managing virtual private servers, configuring domain names, installing software stacks, and providing basic server maintenance. This course is a great entry point for individuals wanting to become a Freelance Web Host, providing knowledge and practical skills one needs to get started.
Web Developer
A Web Developer builds and maintains websites, often working with both the front-end and back-end. This course provides practical experience in setting up web hosting environments using Amazon Lightsail. The learner will gain hands on experience in managing servers, configuring domains, deploying sites, and using tools like Linux and Apache, all of which are vital for a Web Developer's daily tasks. You will also learn how to host multiple websites on a single server. This course may be ideal for someone who wants to gain a practical understanding of how websites are hosted.
Systems Administrator
A Systems Administrator manages and maintains computer systems, including servers and networks. This course introduces core concepts of server management which is a fundamental part of the role of a Systems Administrator. The course's focus on Amazon Lightsail, virtual private servers, and hosting stacks such as LAMP and Plesk provides valuable practical experience relevant to their responsibilities. The course also helps build a foundation in using the Linux command line, managing server software, and setting up secure connections, which are key tasks for system administrators. This course should provide a great foundation for aspiring system administrators.
WordPress Administrator
A WordPress Administrator manages WordPress websites, including installation, configuration, content management, and security. This course is highly relevant to the role of a WordPress Administrator since it explicitly covers the installation and management of WordPress on Amazon Lightsail. The course shows how to use the Bitnami WordPress stack and how to map it to different domains, subdomains, and directories. This course is great practical training for aspiring WordPress administrators or anyone who is looking to self-host a WordPress site. The course will help a WordPress administrator be well-rounded in the technical aspects of web hosting.
Cloud Support Specialist
A Cloud Support Specialist helps users with cloud-based services, often troubleshooting technical issues and providing guidance. This course is relevant to this role because it directly teaches the setup and management of cloud servers using Amazon Lightsail. This course covers creating and configuring virtual private servers and managing software stacks like LAMP and Plesk. These skills are highly relevant for a Cloud Support Specialist because they need a strong technical understanding of the very platforms that they troubleshoot. This course may be particularly useful for individuals looking to support customers using Amazon Lightsail.
Cloud Engineer
A Cloud Engineer is responsible for designing, building, and maintaining cloud infrastructure. This course introduces the basics of setting up and managing virtual private servers on Amazon Lightsail, a cloud platform. A Cloud Engineer needs a strong understanding of cloud architecture and infrastructure, and the hands-on experience provided by this course in setting up servers, configuring hosting stacks like LAMP and Plesk, handling domain names, and deployment of applications will be useful. This course may be a good start for those looking to familiarize themselves with cloud infrastructure.
DevOps Engineer
A DevOps Engineer manages the infrastructure and automation of software deployment pipelines, focusing on collaboration between development and operations teams. This course introduces essential skills in setting up and managing servers using cloud platforms like Amazon Lightsail, which are core duties for a DevOps Engineer. By learning about virtual private servers, hosting stacks such as LAMP and Plesk, and deployment strategies covered in the course, a learner will gain a basic understanding of infrastructure as code and server configuration. This is a useful course for those breaking into DevOps who want to learn more about the operational side of their role.
Technical Support Engineer
A Technical Support Engineer provides technical assistance to customers, often troubleshooting issues with software or hardware. This course helps build a foundation in the practical aspects of web hosting, which is often one area of customer concern. The course's hands-on approach to setting up Amazon Lightsail servers, managing hosting stacks and domains, using Linux commands and tools, may be useful for a Technical Support Engineer who has to support customers that have issues with web hosting or need to debug web server issues. This course may be useful for those looking to move into this field.
IT Consultant
An IT Consultant provides expert advice and guidance on technology solutions and strategies for businesses. This course introduces skills in setting up web hosting solutions using Amazon Lightsail. An IT consultant needs to understand technology solutions, and the course's practical focus on managing servers, configuring web stacks, and working with cloud services may be valuable. This course can be useful because it covers important cloud infrastructure concepts, however, this course does not cover all that an IT consultant needs to know. An IT consultant might recommend options similar to those taught in this course.
Web Project Manager
A Web Project Manager oversees web development projects from inception to completion, ensuring they are delivered on time and within budget. Even if a Web Project Manager is not directly responsible for web hosting, some knowledge of how websites are set up may be extremely helpful. This course specifically teaches how to set up a server, configure domains, and deploy websites, all of which are components of a Web Project Manager's projects. The course also may be useful for budget planning and resource management, as it details the costs of using cloud services like Amazon Lightsail. This course may be useful for Web Project Managers seeking a slightly deeper and more technical understanding of the projects they manage.
Solutions Architect
A Solutions Architect designs and implements technology solutions for organizations, considering business and technical requirements. This course may be useful as it shows the practical side of setting up web hosting environments on Amazon Lightsail. Although this course only deals with web hosting, and a Solutions Architect needs to know much more, this course does show one option for how web applications can be deployed. A Solutions Architect should be able to understand technical options and the merits and drawbacks of such solutions, as taught in this course. This course can provide practical context for a Solutions Architect.
Technical Trainer
A Technical Trainer develops and delivers training programs on technical topics, such as cloud computing and web hosting. This course provides practical experience in setting up web hosting environments on Amazon Lightsail, including the hands-on skills needed to teach a class on this topic. The course covers how to manage servers, configure domains, use LAMP and Plesk stacks, and work with Linux and Apache. These are useful skills for trainers who need to know the technology before they teach it. This course may be useful to familiarize a trainer with a practical example of cloud computing.
Database Administrator
A Database Administrator manages and maintains database systems, ensuring their performance, security, and availability. While this course's focus is not on database administration, it does include an introduction to MySQL and phpMyAdmin. This hands-on experience in setting up a LAMP stack using Bitnami, and managing databases using phpMyAdmin, may be useful for a database administrator. The course also touches on the practical side of server management, which is also useful. This course may be helpful for a Database Administrator who wants a more practical view of the web hosting layer that interfaces with databases.
Network Engineer
A Network Engineer plans, implements, and manages computer networks. While this course focuses on web hosting, it also covers aspects of networking such as configuring domain names and setting up static IPs. These skills are fundamental for a Network Engineer. The course's hands-on approach to managing servers may also be beneficial for a Network Engineer to understand how server resources are used and allocated. It is a very small subset of Network Engineering. This course may be useful for practical experience on a web server.
Software Engineer
A Software Engineer designs, develops, and maintains software applications. Although this course does not focus on application development, it teaches very practical skills in deploying applications. By taking this course, a Software Engineer will learn more about the environment in which their software may run. This includes setting up virtual private servers on Amazon Lightsail, managing hosting stacks like LAMP and Plesk, working with domains, and securing websites through SSL. Knowing the practical side of deployment may be useful to a Software Engineer, and this course may help.

Reading list

We've selected two books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Hosting Websites with Amazon Lightsail | AWS for 2020.
The 'Linux Bible' provides a comprehensive guide to using the Linux operating system. It is helpful for understanding the underlying operating system of the Lightsail instances. is particularly useful for those who are new to Linux and want to gain a deeper understanding of how to manage their servers from the command line. It serves as a valuable reference for troubleshooting and configuring the LAMP stack.
Provides a beginner-friendly introduction to web hosting concepts. It is helpful for understanding the basics of web servers, domain names, and website deployment. While not specific to Lightsail, it provides a solid foundation for understanding the concepts covered in the course. It is more valuable as additional reading for those new to web hosting.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser