Getting Started with Amazon EC2 (1 year free AWS VPS web hosting)
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!
Getting Started with Amazon EC2 (1 year free AWS VPS web hosting)的更多相关文章
- Amazon EC2免费VPS防止超额被扣钱三大方法:流量 硬盘读写 运行时长
Amazon EC2也就是亚马逊云服务免费VPS主机服务,内存是613MB,月流量是30GB,主机空间是30GB,可以免费使用一年,又加上Amazon服务器全球多个节点CDN和本身的名气,早在2010 ...
- 通过SecureCRT访问亚马逊Amazon EC2主机
亚马逊推出了免费的云主机服务器 Amazon EC2,它是通过安全密钥来访问主机的. 问题是下载的密钥在SecureCRT 上无法直接使用,需要转换. 下面的方法可以在自己的linux主机上生成sec ...
- How to log in to Amazon EC2 using PEM format from SecureCRT
SecureCRT requires both a private and a public key. Use the supplied key.pem file from EC2 here as y ...
- Amazon EC2上搭建VPN服务器
Amazon EC2 提供了一年免费试用,Micro Instance,配置是 1G 内存,共享 CPU,和每月 15G 的流量.搭一个 VPN 服务器绰绰有余了.操作系统我选的是 Amazon Li ...
- 给Amazon ec2 增加卷(Volume)并挂载到系统
给Amazon ec2 增加卷(Volume)并挂载到系统 前言 导师让师弟把实验的网站挂到亚马逊的EC2云服务器上.师弟对linux不太熟悉.就跑过来问我.于是花了一个小时搞定.问题主要是将EC2的 ...
- Amazon EC2 的名词解释
Amazon EC2 Amazon Elastic Compute Cloud (Amazon EC2) Amazon EC2 提供以下功能: 实例:虚拟计算环境 实例预配置模板/Amazon 系 ...
- 使用Putty连接Amazon EC2 Instance
Amazon的EC2中,默认是不允许使用用户名和密码直接连接Instance的,而是通过AWS (Amazon Web Service)提供的证书.在第一次使用EC2的时候,AWS会要求你创建一个证书 ...
- SublimeText SFTP连接Amazon EC2
文章最初发表于szhshp的第三边境研究所 转载请注明 1. SublimeText SFTP连接Amazon EC2 Sublime Text 3 正式版发布了,全平台IDE果断都换了. 今天终于有 ...
- 亚马逊 AWS ip反向解析:Configurable Reverse DNS for Amazon EC2’s Elastic IP Addresses
I’d like to call your attention to a new feature that we rolled out earlier this month. You can now ...
随机推荐
- Linux进程间通信—管道
Linux下的进程通信手段基本上是从UNIX平台上的进程通信手段继承而来的.而对UNIX发展做出重大贡献的两大主力AT&T的贝尔实验室及BSD(加州大学伯克利分校的伯克利软件发布中心)在进程间 ...
- Video Tag Test
--> Video Tag Test Your browser does not support the audio element.
- C#视频播放器【转】
1对于视频播放器来说,最重要的功能,莫过于播放视频文件了这就要用到VS自带的控件——Windows Media Player windows media player 将Windows Media P ...
- iframe高度动态自适应
by zhangxinxu from http://www.zhangxinxu.com本文地址:http://www.zhangxinxu.com/wordpress/?p=1294 一.前言碎碎念 ...
- 文本相似性计算总结(余弦定理,simhash)及代码
最近在工作中要处理好多文本文档,要求找出和每个文档的相识的文档.通过查找资料总结如下几个计算方法: 1.余弦相似性 我举一个例子来说明,什么是"余弦相似性". 为了简单起见,我们先 ...
- mysql创建、删除用户与授权(linux測试)
注:我的执行环境是SUSE Linux + mysql5.6 一.创建用户: 命令:CREATE USER 'username'@'host' IDENTIFIED BY 'password'; ...
- 小课堂week16 编程范式巡礼第一季 三大基石
编程范式巡礼第一季 三大基石 最近迷上了一些哲史类书籍,回望过去.放眼未来,往往沉浸在其思维之美中无法自拔.计算机编程是一门非常年轻的学科,沉淀不足也是年轻的一个侧面,在编程领域,有足够思想深度的作品 ...
- DataColumn
DataColumn 是用于创建 DataTable 的列.下面示例使用不同技巧创建.配置一个列,并把它添加到一个 DataTable 中. using System; using System.Da ...
- Codeforces Round #250 (Div. 1) D. The Child and Sequence
D. The Child and Sequence time limit per test 4 seconds memory limit per test 256 megabytes input st ...
- 一个完整的C++程序SpreadSheet - 1) 类的声明和定义
1. SpreadsheetCell.h #pragma once #include <string> class SpreadsheetCell { public: void setVa ...