
AWS Cloud Compute: Creating, Connecting Instances, and Sample HTML Webpage. In the previous blog post, I provided an overview of what AWS Cloud Computing is, what services were offered/provided, advantages of AWS and getting your account started. In this post, I will demonstrate how to get started with Cloud Compute (EC2), demonstrate how to create an EC2 instance, connect to it and deploy it! Creating an EC2 Instance We'll start off by creating an EC2 instance which is basically a virtual machine in the cloud. You must first sign in to AWS as demonstrated in the last blog post. 1. Once signed in head over to the search bar and type in " EC2 " and click on the service 2. Click on "Launch Instance" button 3. Select an Amazon Machine Image (AMI). For this demonstration, I will choose the default "Amazon Linux" 4. Choose an instance type. For this demonstration I will leave it as the "t2.micro instance" which is the eligible for the AWS Free Tie...