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 ...
随机推荐
- Codeforces Beta Round #10 B. Cinema Cashier (树状数组)
题目大意: n波人去k*k的电影院看电影. 要尽量往中间坐,往前坐. 直接枚举,贪心,能坐就坐,坐在离中心近期的地方. #include <cstdio> #include <ios ...
- Ubuntu14.04更新源
Ubuntu14.04更新源 http://jingyan.baidu.com/article/7f41ecec1b7a2e593d095ce6.html Ubuntu源 http://wiki.ub ...
- OpenGL教程之新手上路
Jeff Molofee(NeHe)的OpenGL教程- 新手上路 译者的话:NeHe的教程一共同拥有30多课,内容翔实,而且不断更新 .国内的站点实在应该向他们学习.令人吃惊的是,NeHe提供的例程 ...
- TCanvas.CopyRect方法中参数CopyMode的意义
首先看可能取值: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 cmBlackness = BLACKNESS; cmDstInvert = DSTINVERT; cmMer ...
- 聊天气泡的绘制(圆角矩形+三角形+黑色边框,关键学会QPainter的draw函数就行了),注意每个QLabel都有自己的独立坐标
头文件: #ifndef GLABEL_H #define GLABEL_H #include <QLabel> #include <QPainter> #include &l ...
- Inhouse interview(websense)
1.Tell me about yourself? My name is xxx,i 'm from xxx. now , I am a postgratuation and my major sub ...
- 学习了LINUX下用C语言遍历文件夹,一些心得
struct dirent中的几个成员: d_type:4表示为目录,8表示为文件 d_reclen:16表示子目录或文件,24表示非子目录 d_name:目录或文件的名称 具体代码如下,仅供参考 # ...
- Codility上的问题 (16) Omicron 2012
比较无聊的题,求斐波那契数的第N^M项. f(0) = 0, f(1) = 1, f(n) = f(n - 1) + f(n - 2),结果对10000103取模. N, M在[0..10^7]之间. ...
- Hadoop基于文件的数据结构及实例
基于文件的数据结构 两种文件格式: 1.SequenceFile 2.MapFile SequenceFile 1.SequenceFile文件是Hadoop用来存储二进制形式的<key,val ...
- 中间件(Middleware)
中间件(Middleware) ASP.NET Core开发,开发并使用中间件(Middleware). 中间件是被组装成一个应用程序管道来处理请求和响应的软件组件. 每个组件选择是否传递给管道中的下 ...