Httpd Installation with index.html Pre-requisites ec2 instance Install httpd using below command yum install httpd -y Copy index.html file to "/var/www/html" Start httpd service service httpd start Open port number 80 and check check output by using Instance IP address