Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build and Deploy a LAMP server on AWS
Rating: 4.4 out of 5(412 ratings)
31,954 students

Build and Deploy a LAMP server on AWS

Build your own webserver and deploy a website within one hour on AWS
Created byVishu Kamble
Last updated 7/2020
English

What you'll learn

  • Build and launch your own basic dynamic or static websites on AWS

Course content

1 section13 lectures1h 28m total length
  • Introduction4:22

    This video gives a basic overview of the course. It describes what a LAMP server is and how we are going to implement it on the cloud.

  • AWS Signup6:42
  • AWS Signup5:33

    How to signup and create an AWS account.

  • Launch your first instance.5:29

    This video shows you how to create and launch your own virtual machine using EC2 on AWS.

  • Connect to your instance - Windows6:34

    In this video, we will cover how to connect to the instance that you just created, using Putty, a third party application for Windows. We will also demonstrate the usage of puttygen and putty and how to save your settings on Putty.

  • Understanding Permissions in Linux12:20

    This lecture focuses on understanding permissions that you often will see and work with in Linux


  • Connect to your instance - Linux12:07
  • YUM - Package Manager to install Packages in Linux6:56

    This video focuses on teaching you how to work in linux, how to use YUM a package manager by Red Hat that helps you download and install packages and their dependencies from the internet on your command line interface.


  • Install and configure Apache Web Server7:00

    This video will cover the installation and configuration of the Apache web server.

  • Check PHP is working2:15

    In this short video, we will test PHP to make sure that it is running on our server.

  • MySQL secure installation5:23
  • Deploying dynamic web page to test database7:22
  • Bonus - Deploy one page website6:45

    This video will just demonstrate how to deploy a one page website on your webserver.

Requirements

  • Have a basic idea of AWS

Description

This course is a beginner's lever course where you can learn how to build your own web server on AWS and deploy a working dynamic or static web site on it. You can learn about the cloud, virtual machines, installing, configuring and working of a webserver and deploy a website on the webserver you just created.

Who this course is for:

  • Anyone who wants to learn cloud computing, aws and linux