Objectives
Lab Details
  1. Create a "free-tier" eligible Windows Server instance. Be careful to choose the Windows image that is free-tier eligible to avoid incurring charges related to your instance.
  2. Using Remote Desktop, connect to your EC2 instance

    Take a screenshot of the EC2 instance after connecting.

  3. Install IIS
  4. Create an .html file and put the file in your webserver root directory. Make sure to include your name inside an h1 tag within your .html file. Other than your name, there are no specific requirements of what your .html should look like
  5. Open your EC2 instance firewall to allow http (port 80) traffic to access your EC2 instance
  6. Access your site through a browser.

    Take a screenshot of your rendered page including the address bar to verify that your file is running through your EC2 instance.

What did I learn?