How to host a website on an EC2 Instance. In today's tutorial I cover how to use an EC2 Instance to host a website. So we will be creating a free tier EC2 instance and then enabling HTTP.
Here are some of the commands used:
sudo su
yum update
yum install httpd
wget [Insert Zip Template Link]
mv * /var/www/html
systemctl status httpd
systemctl enable httpd
systemctl start httpd
This is the website template link: www.free-css.com/free-css-templates/page296/little…
Feel free to choose your own at free-css.com
0:00 Intro
0:20 Creating an EC2 Instance
1:40 Connecting into the EC2
2:00 EC2 Commands to Run
4:20 Editing the HTML of the Demo Site
5:40 Moving all the Website Elements
6:45 Fixing the Security Groups HTTP & HTTPS
7:55 Enabling & Start Site in EC2
9:00 Final Results Demo
Feel free to connect with me at: www.linkedin.com/in/hitchon/
#awstutorial #awsec2 #ec2
コメント