AWS(0) - Amazon Web Services

Computer

EC2 – Virtual Servers in the Cloud

EC2 Container Service – Run and Manage Docker Containers

Elastic Beanstalk – Run and Manage Web Apps

Lambda – Run Code in Response to Events

Storage & Content Delivery

S3 – Scalable Storage in the Cloud

CloudFront – Global Content Delivery Network

Elastic File System – Fully Managed File System for EC2

Glacier – Archive Storage in the Cloud

Import/Export Snowball – Large Scale Data Transport

Storage Gateway – Hybrid Storage Integration

Database

RDS – Managed Relational Database Service

DynamoDB – Managed NoSQL Database

ElastiCache – In-Memory Cache

Redshift – Fast, Simple, Cost-Effective Data Warehousing

DMS – Managed Database Migration Service

Networking

VPC – Isolated Cloud Resources

Direct Connect – Dedicated Network Connection to AWS

Route 53 – Scalable DNS and Domain Name Registration

Developer Tools

CodeCommit – Store Code in Private Git Repositories

CodeDeploy – Automate Code Deployments

CodePipeline – Release Software using Continuous Delivery

Management Tools

CloudWatch – Monitor Resources and Applications

CloudFormation – Create and Manage Resources with Templates

CloudTrail – Track User Activity and API Usage

Config – Track Resource Inventory and Changes

OpsWorks – Automate Operations with Chef

Service Catalog – Create and Use Standardized Products

Trusted Advisor – Optimize Performance and Security

Security & Identity

Identity & Access Management – Manage User Access and Encryption Keys

Directory Service – Host and Manage Active directory

Inspector – Analyze Application Security

WAF – Filter Malicious Web Traffic

Analytics

EMR – Managed Hadoop Framework

Data Pipeline – Orchestration for Data-Driven Workflows

Elastic search Service – Run and Scale Elasticsearch Clusters

Kinesis – Work with Real-Time Streaming Data

Machine Learning – Build Smart Applications Quickly and Easily

Internet of Things

AWS IoT – Connect Devices to Cloud

Mobile Services

Mobile Hub – Build, Test, and Monitor Mobile apps

Cognito – User Identity and App Data Synchronization

Device Farm – Test Android, FireOS, and iOS Apps on Real Devices in the Cloud

Mobile Analytics – Collect, View and Export App Analytics

SNS – Push Notification Service

Application Services

API Gateway – Build, Deploy and Manage APIs

AppStream – Low Latency Application Streaming

CloudSearch – Managed Search Service

Elastic Transcoder – Easy-to-Use Scalable Media Transcoding

SES – Email Sending and Receiving Service

SQS – Message Queue Service

SWF – Workflow Service for Coordinating Application Components

Enterprise Applications

WorkSpaces – Desktops in the Cloud

WorkDocs – Secure Enterprise Storage and Sharing Service

WorkMail – Secure Email and Calendaring Service

时间: 2024-12-08 18:11:22

AWS(0) - Amazon Web Services的相关文章

CRUD using Spring MVC 4.0 RESTful Web Services and AngularJS

原文: http://www.tuicool.com/articles/MneeU3f Based on the requests from many readers, I am now presenting an article on how to make CRUD operations using Spring MVC 4.0 RESTFul web services and AngularJS. I had already written few articles on Spring M

记亚马逊AWS(Amazon Web Services)免费EC2申请

很早就听说AWS可以免费申请,但是需要绑定信用卡,最近申请了一个. 说是免费,还是扣了我6.28,后来上网查了下.说是验证用的.好像服务到期还会退还. 关键是扣钱全程没有让我输入信用卡支付密码,验证短信什么的.吓尿了,这后面再收费也不需要统一,不哭死? 所以每一步都心惊胆战,记录下来... 没有多难,大神和土豪直接跳过... 申请一路没什么难度,就没退回去截图记录.从注册成功后选择服务开始记录. 过程如下: 选择服务器位置:右上角可以选择服务器位置.国内日本和新加坡的延迟要低一点,最后查了一下新

亚马逊记AWS(Amazon Web Services)自由EC2应用

很长时间,我听到AWS能够应用,但是需要结合信用卡,最近申请了. 说是免费的,我还是扣6.28,后来我上网查了.认为是通过进行验证.像服务期满将返回. 关键是不要让我进入全抵扣信用卡支付password,验证短信什么的.吓尿了,这后面再收费也不须要统一,不哭死? 所以每一步都心惊胆战,记录下来... 没有多难,大神和土豪直接跳过... 申请一路没什么难度,就没退回去截图记录.从注冊成功后选择服务開始记录. 步骤例如以下: 选择server位置:右上角能够选择server位置.国内日本和新加坡的延

Overview of Amazon Web Services

1. AWS 已经有90多个服务了. 2. Six Advantages of cloud computing a. trade captial expense for variable expens b. beneift from massive economies of scale c. stop guessing about capacity d. increase speed and agility e. stop spending money running and maintaini

基于Spring设计并实现RESTful Web Services(转)

基于Spring设计并实现RESTful Web Services 在本教程中,你将会使用Spring来创建一个具有生产力的RESTful网络服务. 为什么用RESTful网络服务? 从和Amazon Web Services的整合,到聚合多个数据源,RESTful网络服务遵从了Roy Fielding的架构风格的指导方针,提供了简单.高效的web APIs,支持的API用户数量从少量到百万级别. 你要实现一个RESTful风格的网络服务,可能会是因为: 你正在创建一个API,而客户端需要通过网

Web Services 中XML、SOAP和WSDL的一些必要知识

Web Services 是由xml来定义数据格式的,通过SOAP协议在各个系统平台中传输,那么接下来讨论下SOAP和WSDL的各自作用. SOAP和WSDL对Web Service.WCF进行深入了解的基础,因此花一些时间去了解一下是很有必要的. 一.SOAP(Simple Object Access Protocol)如果我们要调用远程对象的方法,就必定要告诉对方,我们要调用的是一个什么方法,以及这个方法的参数的值等等.然后对方把数据返回给我们.这其中就涉及到两个问题:1.数据如何在网络上传

maven+springmvc错误 JAX-RS (REST Web Services) 2.0 can not be installed

项目problem提示错误 JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied JAX-RS (REST Web Services) 2.0 requires Java1.7 or newer. 解决方法: 在pom.xml我从JDK1.6改为1.7的jdk <build>之间加入下列代码 1 <plugins> 2 <plu

让Visual Studio 2008 和 2010支持Web Services Enhancements (WSE) 3.0

为什么我VS2010,C#添加服务引用没有?为什么不能添加服务引用? /* from:http://digantakumar.com/2010/06/04/wse-3-in-visual-studio-2008-and-2010/ */ 不翻居然图都看不到,真是个杯具,干脆拿过来吧 VS2008和2010默认是不支持Web Services Enhancements (WSE) 3.0,因为MS希望用WCF来代替.下面是关于让Visual Studio 2008 和 2010支持Web Serv

[maven] &quot;Dynamic Web Module 3.0 requires Java 1.6 or newer.&quot; OR &quot;JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer.&quot;

在网上下载的开源工程,用maven构建的时候报错: Dynamic Web Module 3.0 requires Java 1.6 or newer. JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer. 即使你把properties->Java Compiler->Complier compliance level设置为1.7或1.8也不管用. 解决方法: 第一步,在pom.xml中定义jdk的版本,如下 <build&