Amazon Web Services is a one of the most flexible hosting service providers,but most of them are facing difficult how to install LAMP (Apache , MySQL and PHP ) in AWS with out using paid Cpanel service . Here am going to ellobrate by steps how to install LAMP in AWS server
1 Install Apache
# sudo yum install httpd # sudo systemctl start httpd.service #sudo systemctl enable httpd.service
Try https://IP ADDRESS in browsers
2 Install Database
#sudo yum install mariadb-server mariadb # sudo yum install mariadb-server mariadb # sudo mysql_secure_installation #sudo systemctl enable mariadb.service
3) Install phpMyAdmin
# sudo yum Install phpMyAdmin
Try http://yourIPaddress/phpmyadmin