您的位置:首页 > 其它

Getting Started with Amazon EC2 (1 year free AWS VPS web hosting)

2014-08-31 15:49 411 查看

from: http://blog.coolaj86.com/articles/getting-started-with-amazon-ec2-1-year-free-aws-vps-web-hosting.html

Amazon Web Services

Google "Amazon Web Service Free Tier"

http://aws.amazon.com/

Login (or sign-up)

NOTE: It will likely fail to verify your address. Ignore the error (it's one-time only), scroll down, check the agree box, and continue again.

Free Usage Tier

http://aws.amazon.com/

My Account / Console

AWS Management Console

EC2 Virtual Servers in the Cloud

Select Region (next to Help in top right)

Launch Instance (specific to region)

Choose Ubuntu 12.04 micro (free usage tier)

Downlad the pem file

Continue

Managing the Instance

Instances

Elastic IP

Allocate New Address

Associate Address

Logging in from Mac / Linux

Host User ubuntu IdentityFile ~/.ssh/my-aws-key.pem

Logging in from windows

Open
puttygen


Go to the conversion tab

Load the pem file

Click save private key

Open
putty


Put the host as ubuntu@

Load the pem file

Save the profile for later use

COST WARNING

It is extremely important that you your type show up as
t1.micro
and that you terminate the instance before your year is up. It's also important that you not exceed the bandwidth quota.

This is just to get a flavor for a VPS, not a true VPS solution. It is useful for Cloud Computing Services, but that's a different use case.

Use [ChunkHost][chunkhost-affiliate], Linode, or [ThrustVPS]thrustvps-affiliate for long-term / production use.

Errata

By "good for VPSes and Web Development" I meant "good for VPSes and Local Development"

By "we can safely allow all TCP" I didn't mean "safe"... I meant "for the sake of ease"

Colloquialisms (Jargon)

slashdot effect

Back in the old days we didn't have http://reddit.com, we had http://slashdot.com. The slashdot effect is when someone posts an article (ostensibly on slashdot) about your site or service that drives unexpected traffic to your server and causes it to become very slow or fail to respond to requests entirely. (one server can only handle so much, you see)

64-bit

Back in the old days we had 8-bit 8088 CPUs, barely fit to work as a calculator. Then there was the 16-bit 286, and finally the 32-bit 386 which, with a few enhancements here and there, has stuck around for the past 25 years. The only real problem with 32-bit was that it meant that a computer could have only 4GiB of RAM, which was good enough until around 2000 when we decided that 640 KiB *definitely isn't enough for anyone. The 64-bit x86_64 was created to solve this problem. Although the memory bus on a motherboard is often only really 42-bits or so, the processor must be a power of 2.

By AJ ONeal

Was this useful to you? Share it!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: