欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Amazon Web Services
小 |
|||
第1行: | 第1行: | ||
− | |||
{{SeeWikipedia}} | {{SeeWikipedia}} | ||
[[Image:amazon-web-services.gif|right]] | [[Image:amazon-web-services.gif|right]] | ||
第7行: | 第6行: | ||
Amazon的负责Web service的人说:" 现在实际上已经有很多站点正在使用依赖于Amazon应用程序编程接口(API)的Web services。” | Amazon的负责Web service的人说:" 现在实际上已经有很多站点正在使用依赖于Amazon应用程序编程接口(API)的Web services。” | ||
[[Image:AWS-125x125.gif|right]] | [[Image:AWS-125x125.gif|right]] | ||
− | 简单应用: http:// | + | 简单应用: http://book.huihoo.com/amazon/ 因为 ECS 3.0 已升级到 ECS 4.0, 而ECS 4.0 暂不对中国地区开放,所以现在无法访问Amazon产品数据。 |
==新闻== | ==新闻== |
2010年12月25日 (六) 01:10的版本
您可以在Wikipedia上了解到此条目的英文信息 Amazon Web Services Thanks, Wikipedia. |
Amazon目前很耀眼, 很引人瞩目, Amazon as a network OS :)
Amazon的负责Web service的人说:" 现在实际上已经有很多站点正在使用依赖于Amazon应用程序编程接口(API)的Web services。”
简单应用: http://book.huihoo.com/amazon/ 因为 ECS 3.0 已升级到 ECS 4.0, 而ECS 4.0 暂不对中国地区开放,所以现在无法访问Amazon产品数据。
目录 |
新闻
自http://aws.amazon.com/rss/whats-new.rss加载RSS失败或RSS源被墙
APIs
Three kinds of APIs are provided by the AWS infrastructure services: REST, Query, and SOAP.
APIs made available by AWS services
Service REST API Query API SOAP API S3 Yes No Yes EC2 No Yes Yes SQS Yes Yes Yes FPS No Yes Yes SimpleDB No Yes Yes
Stack
Amazon Web Services主要提供四个核心服务(存储、计算、消息传递 和 数据集)
弹性计算云中一种称之为"弹性IP"(Elastic IP)的能力能实现将互联网地址从失效实例到可用实例的快速重新定位。
- Amazon Simple Storage Service (S3)
- Amazon Elastic Compute Cloud (EC2)
- Amazon Simple Queue Service (SQS)
- Amazon SimpleDB (SDB)
AWS 扩展成了多个单独的服务领域:
- Amazon Associates Web Service (formerly named the Amazon E-Commerce Service "ECS")
- Amazon EC2 Amazon Elastic Compute Cloud
- Amazon S3 Amazon Simple Storage Service
- Amazon SimpleDB
- Alexa Web 信息服务(Alexa Web Information Service,AWIS)
- Amazon 简单队列服务(Amazon Simple Queue Service,Amazon SQS)
Infrastructure As a Service
- Amazon Simple Queue Service
- Amazon Simple Storage Service
- Amazon Elastic Compute Cloud
- Amazon SimpleDB
Payments & Billing Services
- Amazon Flexible Payments Service (Amazon FPS)
- Amazon DevPay
People As a Service
Data As a Service
Search As a Service
Amazon Fulfillment & Associates Services
AWS 入门
- 用 Amazon Web Services 进行云计算:简介: 本文解释虚拟基础设施的构建块的特性。学习如何使用 Amazon Web Services 构建 Web 范围的系统。
- 用 Amazon Web Services 进行云计算:用 Amazon Simple Storage Service (S3) 在云中存储数据: 本文讨论 Amazon Simple Storage Service (S3) 提供的可伸缩、高响应性的服务。了解用于与 S3 交互的工具,使用代码示例构建一个简单的 shell。
- 用 Amazon Web Services 进行云计算:用 EC2 根据需要提供服务器: 本文介绍 Amazon Elastic Compute Cloud (EC2) 提供的虚拟服务器。了解 EC2 如何帮助动态地配置应用程序的需求并根据需要调整计算能力。
- 用 Amazon Web Services 进行云计算:用 SQS 进行可靠的消息传递: 在本文中,了解 Amazon Simple Queue Service (SQS) 提供的可靠且可伸缩的消息传递服务。
相关资料
本教程概述了 Amazon Web 服务(Amazon Web Services,AWS)。AWS 向第三方开发人员公开了原始产品信息以及 Amazon.com 技术的关键部分,以便他们在自己的应用程序中使用。在描述了 AWS 通常如何工作后,本教程重点介绍了主要的 AWS 服务,称为 Amazon 电子商务服务(Amazon E-Commerce Service,ECS)。作为本教程的一部分,您将开发一个使用 ECS 来显示书籍和音乐信息的小型 Web 应用程序
本教程是使用 Amazon Web 服务创建应用程序系列文章的第 2 部分,在这一部分中,您可以学习如何使用 Amazon 简单队列服务 (Amazon Simple Queue Service) 实现 Web 服务,构建和分发利用 Amazon 的计算基础设施在应用程序组件之间可靠地传递消息的应用程序。
本教程演示了如何通过支持 J2ME 的设备使用 Amazon 简单队列服务 (Amazon Simple Queue Service, ASQS) 。
访问方式
- REST
REST 使用 HTTP 作为它的底层传输。您通过使用 URL 查询参数传递 REST 命令和选项给 ECS;ECS 返回包含结果的 XML 文档。这一过程使直接从 Web 浏览器调用 ECS 服务成为可能,如下面这个例子所示:
http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&SubscriptionId=xxxx&Operation=ItemLookup&ItemId=0321321146
结果是一个描述具有 ISBN 0321321146 的图书的 XML 文档:
- SOAP
Amazon 都提供WSDL文档,您可以使用它来将 ECS 服务导入您正在使用的任何 Web 服务工具包.
成功应用
- SmugMug 是一个在线照片存储应用程序,它把超过 0.5 PB 的数据存储在 S3 上,由此节约的服务和存储成本接近 100 万美元。它是 Elastic Compute Cloud (EC2) 计算资源的 重要用户,它使用 EC2 应对需求的变化。
- 37Signals 是流行的在线项目管理软件 Basecamp 的开发商,它使用 S3 满足存储需求。
- 纽约时报展现了 EC2 的强大能力,它在 36 小时内使用数百个 EC2 实例处理了数 TB 的存档数据。
- Animoto 是一个在线视频生成程序,需要用非常大的计算能力处理视频。最近出现了一次会压垮大多数公司的系统的 Web 通信高峰,Animoto 使用 EC2 快速地扩展了处理能力,从而 成功地度过了这次高峰。当时,它曾经使用 3,500 个同时运行的虚拟实例。
- Mobile Monitoring and Administration of Amazon Web Services: Developing an iPhone-Optimized Web Application
- http://www.rightscale.com
Amazon S3, Amazon Simple Queue Service (Beta), Amazon Elastic Compute Cloud (Beta)
Amazon Web Services used: Amazon S3, Amazon Elastic Compute Cloud (Beta)
Amazon Web Services used: Amazon E-Commerce Service
- E4E Amazon Storefronts http://www.ecommerceforeveryone.com/
Amazon Web Services used: Amazon E-Commerce Service, Amazon S3
Amazon Web Services used: Amazon E-Commerce Service
有个开发者已经使用Amazon的服务在互联网创建了一个有整套功能的商场。这个站点看起来象一个标准的商场。有对产品进行描述的页面,也有对产品进行比较页面,还有搜索产品的功能,几乎拥有在Amazon中所具有的任何东西。 More: http://solutions.amazonwebservices.com/
Projects
- AWS::S3
- amazon-ec2
- SQS
- RightAWS
- S3Sync
- boto
- AmazonLib
- Lifeguard
- JetS3t
- s3-bash
- erlaws
- Typica
- http://www.timkay.com/aws/
Books
Cloud
- Hadoop + EC2 + S3: Running Hadoop MapReduce on Amazon EC2 and Amazon S3
Links
- http://aws.amazon.com/
- http://aws.amazon.com/forums
- http://aws.amazon.com/resources
- http://solutions.amazonwebservices.com/
- http://aws.typepad.com/
- http://calculator.s3.amazonaws.com/calc5.html
- http://awszone.com/
- http://www.bucketexplorer.com/
- http://nolobe.com/interarchy
Mashup
- Amazon widgets: http://www.widgizit.com/
- http://www.hivegroup.com/amazon1.html
More Mashup: http://www.programmableweb.com/tag/shopping
<discussion>characters_max=300</discussion>