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的更多相关文章

  1. 注册 Amazon Web Services(AWS) 账号,助园一臂之力

    感谢大家去年的大力支持,今年园子继续和 Amazon Web Services(AWS) 合作,只要您通过 博客园专属链接 注册一个账号(建议使用手机4G网络注册),亚马逊就会给园子收入,期待您的支持 ...

  2. CRUD using Spring MVC 4.0 RESTful Web Services and AngularJS

    国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html内部邀请码:C8E245J (不写邀请码,没有现金送)国内私 ...

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

    很长时间,我听到AWS能够应用,但是需要结合信用卡,最近申请了. 说是免费的,我还是扣6.28,后来我上网查了.认为是通过进行验证.像服务期满将返回. 关键是不要让我进入全抵扣信用卡支付passwor ...

  4. Amazon Web Services (目录)

    一.官方声明 AWS云全球服务基础设施区域列表 AWS产品定价国外区 AWS产品定价中国区 (注意!需要登陆账户才能查看) AWS产品费用预算 AWS区域和终端节点 二.计算 Amazon学习:如何启 ...

  5. Amazon Web Services

  6. 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 ...

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

    Web Services 是由xml来定义数据格式的,通过SOAP协议在各个系统平台中传输,那么接下来讨论下SOAP和WSDL的各自作用. SOAP和WSDL对Web Service.WCF进行深入了 ...

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

    基于Spring设计并实现RESTful Web Services 在本教程中,你将会使用Spring来创建一个具有生产力的RESTful网络服务. 为什么用RESTful网络服务? 从和Amazon ...

  9. 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 ...

随机推荐

  1. Python IDLE 运行错误:IDLE's subprocess didn't make connection. --已解决(原创)!

    Python IDLE 错误描述: Subprocess Startup ErrorIDLE's subprocess didn't make connection. Either IDLE can' ...

  2. paip.按键替换映射总结

    paip.按键替换映射总结 作者Attilax ,  EMAIL:1466519819@qq.com  来源:attilax的专栏 地址:http://blog.csdn.net/attilax 因为 ...

  3. anroid里面的post请求

    一.需要用到的场景 在jQuery中使用$.post()就可以方便的发起一个post请求,在android程序中有时也要从服务器获取一些数据,就也必须得使用post请求了. 二.需要用到的主要类 在a ...

  4. C# - InnerList

    运行效果: 代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; name ...

  5. 嵌入式环境:CentOS下添加用户并且让用户获得root权限

    CentOS下添加用户并且让用户获得root权限 http://www.centoscn.com/CentOS/config/2014/0810/3471.html 1.添加用户,首先用adduser ...

  6. delphi高手突破学习笔记之面向对象类和对象的本质(有汇编解释 good)

    知识点1:堆和栈 每个应用程序可以获得的内存空间分为两种:堆(heap)和栈(stack). 堆又称为“自由存储区”,其中的内存空间的分配与释放是必须由程序员来控制的.例如,用GetMem函数获取了一 ...

  7. jquery mobile左右滑动切换页面

    jquery mobile左右滑动切换页面 $(function() {$("body").bind('swiperight', function() {  $.mobile.ch ...

  8. Oracle多表的简单查询

    Oracle多表的简单查询 .多表查询 多表查询是指基于两个和两个以上的表或是视图的查询. 问题:显示雇员名,雇员工资及所在部门的名字[笛卡尔集]? select t.ename,t.sal,t1.d ...

  9. HDU 1251 统计难题 (字符串-Trie树)

    统计难题 Problem Description Ignatius近期遇到一个难题,老师交给他非常多单词(仅仅有小写字母组成,不会有反复的单词出现),如今老师要他统计出以某个字符串为前缀的单词数量(单 ...

  10. HDU 2544 最短

    链接:http://acm.hdu.edu.cn/showproblem.php? pid=2544 解析: 首先数据量为V<=100 那么这里使用不论什么基础的最短路的算法都不会超时! 常见数 ...