云计算 频道

Amazon aws,搜集一些有用的文档

  【IT168 资讯】公司准备将一些应用迁移到amazon的EC2上,最近学习相关的知识,以下是搜到的比较有用的资料,以后写出迁移的过程及注意事项。 

  1、首先
  官方文档首页:http://aws.amazon.com/documentation/
  官方blog:http://aws.typepad.com/

   2、关于EC2的文档,非常详细,从建立账号到启动instance:
Amazon Elastic Compute Cloud
Getting Started Guide (API Version 2008-12-01)

http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/

  3、关于静态IP:(amazon叫做Elastic IP):
Feature Guide: Amazon EC2 Elastic IP Addresses:

http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1346

New EC2 Features: Static IP Addresses, Availability Zones, and User Selectable Kernels

http://aws.typepad.com/aws/2008/03/new-ec2-feature.html

  4、一篇很有用的文档,包含的内容很全面,推荐好好看一下
Amazon Elastic Compute Cloud
Developer Guide (API Version 2008-12-01)

http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/

  5、Amazon EC2 Charges

1个使用费用的计算器
http://calculator.s3.amazonaws.com/calc5.html

With Amazon EC2, you don’t have to pay upfront fees, you don’t have to commit to a fixed amount of bandwidth, and you don’t have to meet any minimum usage requirements. As with other AWS services, you only pay for what you use.

The following figure summarizes how you are charged for using Amazon EC2.

  6、Features for Building Failure Resilient Applications

Amazon Elastic Block Store—Amazon Elastic Block Store (Amazon EBS) offers persistent storage for Amazon EC2 instances. Amazon EBS volumes provide off-instance storage that persists independently from the life of an instance. Amazon EBS volumes are highly available, highly reliable volumes that can be attached to a running Amazon EC2 instance and are exposed as standard block devices. Amazon EBS volumes offer greatly improved durability over local Amazon EC2 instance stores, as Amazon EBS volumes are automatically replicated on the backend (in a single Availability Zone). For those wanting even more durability, Amazon EBS provides the ability to create point-in-time consistent snapshots of your volumes that are then stored in Amazon S3, and automatically replicated across multiple Availability Zones. These snapshots can be used as the starting point for new Amazon EBS volumes, and can protect your data for long term durability.

Regions and Availability Zones—Amazon EC2 provides the ability to place instances in different regions and Availability Zones. Regions are dispersed in separate geographic areas or countries. Availability Zones are located within regions and are engineered to be insulated from failures in other Availability Zones and provide inexpensive low latency network connectivity to other Availability Zones in the same region. By launching instances in separate Availability Zones, you can protect your applications from the failure of a single Availability Zone.

Elastic IP Addresses—Elastic IP addresses are static IP addresses designed for dynamic cloud computing. An Elastic IP address is associated with your account not a particular instance, and you control that address until you choose to explicitly release it. Unlike traditional static IP addresses, however, Elastic IP addresses allow you to mask instance or Availability Zone failures by programmatically remapping your public IP addresses to any instance in your account. Rather than waiting on a data technician to reconfigure or replace your host, or waiting for DNS to propagate to all of your customers, Amazon EC2 enables you to engineer around problems with your instance or software by quickly remapping your Elastic IP address to a replacement instance.

0
相关文章