First of all, unfortunately AWS ECS (EC2 Container Service) currently is not available in Australia. I guess it is not a surprise. As it happened to some other AWS products in the past as well. Simply speaking, ECS provides container (docker) service on top of EC2 without extra cost. So most EC2 supported features are … Continue reading My first look at AWS container service
Tag: AWS
Amazon Web Services Products
AWS has a full stack of cloud products, and it is still growing as I can see. I am very interested to learn the AWS technology, the first step for me is to know what it can do. So I drew a mind map and post it here.
Deploy a Microsoft SharePoint Server Farm 2010 in AWS Cloud in 6 Steps
Watch the Video >>>Read the Article >>>
Create Linux instance in AWS
Follow the same process described in Create Windows instance in AWS to build the Linux instance. The only two differences are the security group settings and the remote connection method. 1) Create a new security group to allow the SSH (and VNC) inbound traffic. 2) There are 3 ways to connect to the remote Linux … Continue reading Create Linux instance in AWS
Create Windows instance in AWS
1) Login into Amazon Management Console and click ‘Launch Instance’. In the right top corner, you can choose which region you want the server to be placed. 2) Select an OS type. Here I choose Windows 2012 /w SQL express. Give the instance a name then click ‘Download’ to get the key pair which will … Continue reading Create Windows instance in AWS