Linux serverlinux web serverNETWORK ADMINISTRATIONS

Making a simple EC2 web server from scratch on AWS – full walkthrough on free tier

I go through all the steps to spin up and start an Apache web server on EC2 with the AWS free tier. I show how to create a keypair and open an SSH connection through the Mac terminal, as well as how to configure the security group to allow traffic on the right ports so we can have HTTP and SSH traffic on the right ports.

source

by Vincent Stevenson

linux http server

9 thoughts on “Making a simple EC2 web server from scratch on AWS – full walkthrough on free tier

  • I have spent my time for a week on hundred threads and videos and still got stuck until watch this video, so clear and helpful

  • Your videos have been so helpful and insightful. Thank you so much!!!

  • Do I have to always install the httpd for every instance I launch when making a web server?

  • I finally got it to this stage, thank you so much

    If anyone is having issues loading the webpage, please make sure you start the IP address in the URL bar with http://, I had an issue as opera GX does not automatically show the port, so I was unaware it was still using https)

Comments are closed.