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

2023-05-16

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!

转载于:https://www.cnblogs.com/little-ant/p/3947760.html

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Getting Started with Amazon EC2 (1 year free AWS VPS web hosting) 的相关文章

随机推荐

  • Java多态实现原理

    Java多态概述 多态是面向对象编程语言的重要特性 xff0c 它允许基类的指针或引用指向派生类的对象 xff0c 而在具体访问时实现方法的动态绑定 Java 对于方法调用动态绑定的实现主要依赖于方法表 xff0c 但通过类引用调用 inv
  • Class文件内容及常量池

    当JVM运行Java程序的时候 xff0c 它会加载对应的class文件 xff0c 并提取class文件中的信息存放在JVM开辟出来的方法区 内存中 那么这个class文件里面到底有些什么内容呢 xff1f 一 class文件内容概述 c
  • 解决Multiple dex files define Landroid/support/v4/accessibilityservice的问题

    Error Execution failed for task 39 DeviceManage transformClassesWithDexForDebug 39 gt com android build api transform Tr
  • pyecharts 图表 将 Html 文件转成图片

    使用 pyecharts 生成图表是非常方便的 xff0c 而且官方文档也特别详细 xff0c 可以满足基本全部的图表需求 但是生成后的图表默认是 html 文件 当需要发送邮件时 xff0c html 文件放在邮件附件 xff0c 邮件里
  • Ceph集群安装

    一 准备工作 xff1a 首先会帮你准备一个 ceph deploy 管理节点 以及三个Ceph 节点 xff08 或虚拟机 xff09 xff0c 以此构成 Ceph 存储集群 以下步骤中admin node为管理节点 xff0c nod
  • open-falcon-小米监控工具

    根据资源消耗特点 高可用要求等 xff0c 可以尝试做一些混合部署 比如 xff1a transfer amp graph amp judge是Open Falcon的三大件 xff0c 承受的压力最大 资源消耗最大 但彼此间又不冲突 xf
  • Mysql多实例+主从复制

    一 安装并启动 xff1a yum install mariadb server mysql mysql server mysql libs y systemctl start mariadb service 设置密码 xff1a mysq
  • 部署Openstack报错及解决办法

    1 nova image show 报错500 yum downgrade python urllib3 版本1 10 yum downgrade python requests 版本2 7 2 http启动报错 cp usr share
  • centos安装Discuz!X3.4 报错mysqli_connect()不支持advice_mysqli_connect解决

    Centos安装Dicus报错 mysqli connect 不支持advice mysqli connect解决办法 原因是因为缺少php mysql组件 xff1b 执行yum install php mysql 会安装php pdo和
  • 修复xrdp永不消逝的窗口:Authentication Required: Authentication is required to create a color managed device

    这个窗口永远不消失 xff0c 也无法编辑 试了网上很多方法对于我的ubuntu20 04系统都无效 xff0c 如 xff1a 添xrdp 远程登录需要输入很多次密码 一次偶然的机会在修复跑程序发现的这个bug时 xff1a Import
  • Android串口通信:抱歉,学会它真的可以为所欲为

    引言 xff1a 之所以写这篇文章 xff0c 一方面是最近工作中对Android串口通信方面学习的总结 另外一方面也希望能够帮助到大家 xff0c 能够简单的去理解串口通信方面的知识 为什么学习Android串口通信 xff1a 距离20
  • DOS命令基础:echo、变量、函数、set、字符串截取

    echo命令 xfeff xfeff echo 显示当前ECHO设置状态 xff1b echo 输出空行 xff0c 即相当于输入一个回车 xff0c echo后面的点要紧挨一起 xff0c 中间不能有空格 xff0c 后面的点可以用 xf
  • iOS个人整理30-网络请求Session与Connection

    一 网络请求的基本知识 1 get方法与post方法 1 get是从服务器上获取数据 xff0c post是向服务器传送数据 2 get是把参数数据队列加到提交表单的ACTION属性所指的URL中 xff0c 值和表单内各个字段一一对应 x
  • 基于Proteus仿真51单片机外部中断实验

    一 实验目的 1 xff0e 进一步熟悉利用 PROTEUS Keil uVision5 等软件的使用方法 2 xff0e 理解单片机的中断 中断优先级原理及中断过程 xff0c 掌握中断服务子程序的编写方法 3 xff0e 熟悉数码管的显
  • 图像细节增强

    本篇主要讲述图像细节增强的几种方法 xff0c 根据论文做了总结笔记 主要有 xff1a L0平滑 xff0c 引导滤波 xff0c 快速双边滤波和边缘保留多尺度图像分解的新方法 xff08 基于加权最小二乘法框架 xff09 图像细节增强
  • 八数码问题有解的条件及其推广

    gt 从八数码问题入手 我们首先从经典的八数码问题入手 xff0c 即对于八数码问题的任意一个排列是否有解 xff1f 有解的条件是什么 xff1f 我在网上搜了半天 xff0c 找到一个十分简洁的结论 八数码问题原始状态如下 xff1a
  • 管理信息系统——数据流程图例题

    1 请根据某采购部门如下的订货过程 xff0c 绘制数据流程图 采购部门收到仓库的采购单后 xff0c 先查阅订货合同单 xff0c 若发现已订货 xff0c 则向供货单位 发催货单 xff0c 否则填写订货单 xff0c 发给供货单位 采
  • 管理信息系统——决策表例题

    1 某公司的对客户分类标准如下 xff1a 顾客每次订货额在 1000元以上 xff08 含1000元 xff09 xff0c 信誉好的 xff0c 订单设 优先 标志 xff1b 信誉不好 xff0c 但是老客户的 xff0c 订单设 优
  • 4-3. 统计素数并求和

    本题要求统计给定整数M和N区间内素数的个数并对它们求和 输入格式 xff1a 输入在一行中给出2个正整数M和N xff08 1 lt 61 M lt 61 N lt 61 500 xff09 输出格式 xff1a 在一行中顺序输出M和N区间
  • 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 Ser