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 ...
随机推荐
- CF 319C(Kalila and Dimna in the Logging Industry-斜率DP,注意叉积LL溢出)
C. Kalila and Dimna in the Logging Industry time limit per test 2 seconds memory limit per test 256 ...
- Android基础总结(精华完整版)
1. 前言 1.1. 什么是3G.4G Ÿ 第三代移动通信技术(3rd - Generation),速率一般在几百Kbps,较之前的2G和2.5G在数据传输速度上有很大提升. Ÿ 第四代移动通信技术( ...
- javascript操作元素的css样式
我们经常要使用Javascript来改变页面元素的样式.当中一种办法是改变页面元素的CSS类(Class),这在传统的Javascript里,我们一般是通过处理HTML Dom的classname特性 ...
- IP数据报首部校验和算法
当用google搜索IP数据报首部校验和算法的时候,总是看到的是代码,没有看到其过程,于是就有了此文,如有错误请指正.文章省略一点,呵呵 IP/ICMP/IGMP/TCP/UDP等协议的校验和算法 ...
- 怎样在Ubuntu中使用条件布局
我们知道现代手机能够随着手持的方位发生改变而使得手机的方位也随着发生改变.对有些应用来说,我们也希望手机的布局也能尾随发生变化.第二种情况是当我们的应用安装到不同屏幕尺寸的平台上,我们希望我们的布局会 ...
- EasyUI - According 分类列表
效果: html代码: <div id="aa" class="easyui-accordion" style="width: 300px; h ...
- Eclipse用法和技巧三:自动生成Main方法2
上一篇文章里面介绍了新建文件时候自动添加main方法,这里接着介绍自动联想main方法. 步骤一:输入"main” 步骤二:保持光标在上图位置,按ALT + /,再回车 上一篇文 ...
- MFC获取rgb图像数据后动态显示及保存图片的方法
该情况可用于视频通信中获取的位图数据回放显示或显示摄像头捕获的本地图像 第一种方法 #include<vfw.h> 加载 vfw32.lib 链接库 //---------------- ...
- Windows Azure使用VS 2010的云应用开发过程
原文 Windows Azure使用VS 2010的云应用开发过程 作为技术人员,如果在2010还不知道云计算,那么你已经“OUT”了:作为Visual Studio平台的使用者,如果你不知道VS 2 ...
- 同一个form里,不管哪个 submit 都是直接提交form表单里的内容
要达到你的目的,就不能用类型为 submit 的按钮,要用 button,然后加onclick 方法来自定义预处理参数,然后再调用 submit 方法提交表单,比如 <script type=& ...