Hosting Static Website in Linux (AWS EC2) in 3 Simple Steps:
Prerequisites: Enable allow port 80 from security groups, watch below video to allow port 80.
https://youtu.be/oUSB3tbky1Q
Update Linux
sudo yum update
Install Webserver (Web Package HTTPD from Apache)
sudo yum install httpd
Start Webserver
...
dev1289.hashnode.dev1 min read