This tutorial shows how to build an EC2 instance on Amazon Web Services (AWS) and install the IIS web server on it.
What is AWS?
AWS is a comprehensive and popular cloud platform with a global presence that provides safe and affordable cloud computing services, including computation, storage, databases, machine learning, networking, and more, based in data centers spread across the globe. A virtual server in the AWS cloud environment is called an Amazon EC2 (Elastic Compute Cloud) instance.
The three simple steps to create an Amazon EC2 console are as follows:.
Step 1: Sign in to the AWS management console and create the EC2 instance.
Step 2: Connect to the instance.
Step 3: Create the IIS web server.
In the Application and OS Images under the Quick Start tab, select an OS image for your instance.
Select Windows.
Scroll down to Firewall (security groups), select Ensure RDP from anywhere and Allow HTTP from the internet are both selected. This will ensure your server can be accessed anywhere over the internet.
Launch instance and wait for it to be successful.
Select the RDP Client tab, check the Connect using RDP and Download the RDP file.
Wait for the file to download.
Notice the Exit Code says successful.
Exit the remote desktop to the AWS management console. Select the instance, copy the public IP address.
Notice the IIS web server was successfully accessed from the public internet.
To ensure you dont run out your credit on AWS, Terminate and delete Instance immediately after usage.
Back to top
The above is the detailed content of Creating an Amazon ECnstance and installing the IIS web server.. For more information, please follow other related articles on the PHP Chinese website!