0% found this document useful (0 votes)
27 views10 pages

How To Configure IIS Web Server in AWS EC2

Uploaded by

rutik9321
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views10 pages

How To Configure IIS Web Server in AWS EC2

Uploaded by

rutik9321
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

AWS Solution Architect Training with

AWS Cloud Practitioner Global Certification Training

Trainer: Aravindraj.G- Nminds Academy

How to Configure IIS Web Server


in AWS EC2

Dicksan Arnold Sam S


M.sc-Computer Science
VET Institute of Arts and Science (Co-Education) College
Erode
Objective 1
To convert the server(instance) into a web server by configuring IIS in windows
server machine in AWS EC2 and place a html code in the web server to verify
the output in web browser.

Topology
Step1: Connect and open the AWS windows server instance.

Step2: Click the windows icon and open the server manager application.
Step3: click roles and features and press next.

Step4: In the installation type make sure to select role based or feature based
installation and click next.
Step5: Click next.

Step6: Click Windows IIS and select add features and click next.
Step7: Click next for next four section and select install.

Step8: Once the installation is finished then close the tab.


Step9: New folder will be created after the installation and open this file path
This PC -> C: -> inetpub -> wwwroot

Step10: Delete those two files in the location and write a simple html code and
save in that location with file name as “index.html”.
Step11: Open the AWS instance section in client OS, Select the instance and
open it’s security section and click the security group link.

Step12: Click edit inbound rule.


Step13: Add rule with type as HTTP and source as Anywhere-IP4 with
0.0.0.0/0 configuration.

Step14: Then press save rules and exit.


Step15: Open a web browser and type in the public IP of the instance and hit
the search button.

Step16: The connection is established successfully.

You might also like