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

Amazon Web Services

  1. Google "Amazon Web Service Free Tier"
  2. http://aws.amazon.com/
  3. 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

  1. http://aws.amazon.com/
  2. My Account / Console
  3. AWS Management Console
  4. EC2 Virtual Servers in the Cloud
  5. Select Region (next to Help in top right)
  6. Launch Instance (specific to region)
  7. Choose Ubuntu 12.04 micro (free usage tier)
  8. Downlad the pem file
  9. Continue

Managing the Instance

  1. Instances
  2. Elastic IP
  3. Allocate New Address
  4. Associate Address

Logging in from Mac / Linux

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

Logging in from windows

  1. Open puttygen
  2. Go to the conversion tab
  3. Load the pem file
  4. Click save private key
  5. Open putty
  6. Put the host as ubuntu@
  7. Load the pem file
  8. 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!

最新文章

  1. 【Gym 100685J】Just Another Disney Problem(交互/排序)
  2. java抽象类的使用
  3. GridView不換行
  4. 实例:图形绘制[OpenCV 笔记15]
  5. 利用PyQt4写的小工具软件
  6. Windows上Python3.5安装Scrapy(lxml)
  7. large-scale analysis of malware downloaders
  8. 巧用php中的array_filter()函数去掉多维空值
  9. CSS学习(一)
  10. 数组Array和列表集合ArrayList、LinkedList和Vector的区别
  11. Windows批处理命令学习中遇到的坑--持续更新中
  12. Windows下用VS2015+MSYS编译OpenH264
  13. 前端页面报net::ERR_CONNECTION_RESET错误的原因
  14. jquery插件:textarea的字数提示、textBox的文字提示
  15. stark组件开发之列表页面预留钩子方法。 可根据用户的不同,显示不同的列
  16. mysql5.6.34在默认配置文件修改字符集为utf8后重启mysql服务没效果
  17. 微信小程序与手机APP区别
  18. TF-tf.nn.dropout介绍
  19. 4.3 Routing -- Generated Objects
  20. 时间序列挖掘-预测算法-三次指数平滑法(Holt-Winters)——三次指数平滑算法可以很好的保存时间序列数据的趋势和季节性信息

热门文章

  1. FFmpeg的使用——PHP转换视频、截取视频以及JW Player播放器控制
  2. 第六章 consul UI
  3. go语言基础之包和自定义包与main包
  4. STM32F103 GU906B模块GPRS、短信收发、拨号等功能的实现
  5. mysql 下 计算 两点 经纬度 之间的距离
  6. 【pyhon】Python里的字符串查找函数find和java,js里的indexOf相似,找到返回序号,找不到返回-1
  7. Samba简单教程+Samba中文显示问题
  8. Android常用到的一些事件
  9. 全栈project师体能备战--知识面(10--20)
  10. SpriteKit改变Node锚点其物理对象位置不对的解决