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
AWS(0) - Amazon Web Services的更多相关文章
- 注册 Amazon Web Services(AWS) 账号,助园一臂之力
感谢大家去年的大力支持,今年园子继续和 Amazon Web Services(AWS) 合作,只要您通过 博客园专属链接 注册一个账号(建议使用手机4G网络注册),亚马逊就会给园子收入,期待您的支持 ...
- CRUD using Spring MVC 4.0 RESTful Web Services and AngularJS
国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html内部邀请码:C8E245J (不写邀请码,没有现金送)国内私 ...
- 亚马逊记AWS(Amazon Web Services)自由EC2应用
很长时间,我听到AWS能够应用,但是需要结合信用卡,最近申请了. 说是免费的,我还是扣6.28,后来我上网查了.认为是通过进行验证.像服务期满将返回. 关键是不要让我进入全抵扣信用卡支付passwor ...
- Amazon Web Services (目录)
一.官方声明 AWS云全球服务基础设施区域列表 AWS产品定价国外区 AWS产品定价中国区 (注意!需要登陆账户才能查看) AWS产品费用预算 AWS区域和终端节点 二.计算 Amazon学习:如何启 ...
- Amazon Web Services
- ShipStation Now Uses AWS And Amazon Fulfillment To Automatically Ship From eBay, Sears And Other Marketplaces
ShipStation today unveiled a first-of-its-kind service to leverage Amazon Web Services and Amazon.co ...
- Web Services 中XML、SOAP和WSDL的一些必要知识
Web Services 是由xml来定义数据格式的,通过SOAP协议在各个系统平台中传输,那么接下来讨论下SOAP和WSDL的各自作用. SOAP和WSDL对Web Service.WCF进行深入了 ...
- 基于Spring设计并实现RESTful Web Services(转)
基于Spring设计并实现RESTful Web Services 在本教程中,你将会使用Spring来创建一个具有生产力的RESTful网络服务. 为什么用RESTful网络服务? 从和Amazon ...
- SpringSide 部署showcase项目出现 JAX-RS (REST Web Services) 2.0 can not be installed错误!
maven+springmvc错误 JAX-RS (REST Web Services) 2.0 can not be installed 项目problem提示错误 JAX-RS (REST Web ...
随机推荐
- android中 System.exit(0)的理解
public class HelloGoodbye{ try{ System.out.println(“Hello World”); System.exit(0); } finally { Syste ...
- ORACLE实例恢复过程详细分析--使用dump、BBED等多种工具结合分析
---友情提示,内容较多,可以从博文左上的+目录选择小节方便阅读. 实验思路: --实验相关TRACE文件:http://download.csdn.net/detail/q947817003/6 ...
- Java返回类型泛型的用法小结
Java返回类型泛型的用法小结 版权声明:本文为博主原创文章,未经博主允许不得转载. 关于Java泛型的基本用法就不多说了,主要是一个编译期的检查,也避免了我们代码中的强制转换,比较经典的用法有泛型D ...
- C++断言assert
assert宏是在标准库中提供的.它在库文件<cassert>中声明,它能够在程序中測试逻辑表达式,假设指定的逻辑表达式是false,assert()就会终止程序,并显示诊断消息.关闭断言 ...
- CSS——float属性备忘笔记
通过指定CSS属性float的值,从而使元素向左或向右浮动,然后由后继元素向上移动以填补前面元素的浮动而空出的可用空间.CSS的float属性,作用就是改变块元素对象的默认显示方式,HTML标签设置了 ...
- ASP.NET - 出错页
配置Web.config,配置customError区域. <system.web> <customErrors mode ="RemoteOnly" defau ...
- QT工程pro设置实践(with QtCreator)----非弄的像VS一样才顺手?
源地址:http://my.oschina.net/jinzei/blog/100989?fromerr=DhQJzZQe 相信大家很多和我一样,用多了微软给的便利,用人家的就十分不习惯.于是就琢磨原 ...
- MFC 在对话框显示图片的多种方法(四种方法)
我们先从简单的开始吧.先分一个类: (一) 非动态显示图片(即图片先通过资源管理器载入,有一个固定ID) (二) 动态载入图片(即只需要在程序中指定图片的路径即可载入) 为方便说明,我们已经建好一个基 ...
- QModelIndex有internalPointer()函数,可以存任何数据,另有QAbstractItemModel::createIndex来创造节点
整个model的节点数据,都靠它来记录了. 另有一个创造节点的函数(自带函数): QModelIndex QAbstractItemModel::createIndex(int arow, int a ...
- Joomla3.1.1在64位win7下安装
将下载的joomla压缩包解压到Apache下的htdocs文件夹中. 打开Apache服务器,在浏览器输入http://localhost:8081/Joomla/ 即可进入Joolma的安装配置界 ...