Lab 2-2: EC2 Web Server

When making VM:

When making VM make sure 80 and 443 are available to your ip in the security group you make.

Submit: Screenshot of successful SSH connection to instance

Install httpd

sudo yum install httpd
sudo systemctl start httpd

Submit: Screenshot of successful connection to web service from your workstation browser

Accidentally customized the webpage before taking this screenshot

Customize httpd:

customize httpd homepage at /var/www/index.html

Submit: Screenshot of successful connection to your custom web page

Creating new user:

Submit: Screenshot of successful ssh auth to server from your new user

Submit: Screenshot showing terminated instance

Last updated