Linux serverlinux web serverNETWORK ADMINISTRATIONS

How to setup an Linux Apache MySQL PHP (LAMP) Webserver on Amazon AWS EC2 in less than 5 minutes

In this video, I am going to run you through the process of launching a LAMP server on Amazon’s AWS cloud service EC2 (Elastic Cloud) in less than five minutes.

source

by The Knowledge Kitten

linux web server

2 thoughts on “How to setup an Linux Apache MySQL PHP (LAMP) Webserver on Amazon AWS EC2 in less than 5 minutes

  • Thanks. The following are put in the User Data section to create an apache web server using CLI, how can we create MySQL(MariaDB) and PHP as well?

    #!/bin/bash

    yum -y install httpd

    systemctl enable httpd

    systemctl start httpd

Comments are closed.