前注:
学习书籍<AWS Certified Solutions Architect Associate All-in-One Exam Guide (Exam SAA-C01)>时记录的笔记。
由于是全英文书籍,所以笔记记录大部分为英文。
本章各种服务概述部分同时参考了AWS文档。
Index
- Overview
-
- 1. Three Models of Cloud Computing
- 2. Three Cloud Computing Deployment Models
- 3. Regions and Availability Zones
- 4. AWS Security and Compliance
- 5. AWS Products and Services
Overview
1. Three Models of Cloud Computing
(1) Iaas (Infrastructure as a Service)
Provide the foundation for a cloud IT environment that includes compute (server), networking, storage, and space in a data center.
(2) Paas (Platform as a Service)
Don’t manage infrastructure, focus on deploying and managing the applications.
(3) Saas (Software as a Service)
The way of delivering applications over the Internet.

2. Three Cloud Computing Deployment Models
All-in-cloud, Hybrid, On-premise or private cloud
3. Regions and Availability Zones
Region: a physical location in the world that comprises clusters of highly redundant data centers.
AZ: Within each region there are availability zones (AZs). An AZ consists of one to six data centers, with redundant power supplies and networking connectivity.
Edge Locations / Points of Presence (PoPs): The edge locations are mainly used by content delivery networks to distribute content to nearby end users to reduce latency and provide fast performance.
4. AWS Security and Compliance

5. AWS Products and Services
(1) Compute
Amazon EC2 (Elastic Compute Cloud)
Instances:virtual servers (30多种),包含CPU密集型,内存密集型,GPU优化型…
Amazon EC2 Auto Scaling
根据定义的规则(各种指标和健康检查),自动变化EC2实例的个数,可以与ELB集成。
AWS Lambda
计算服务,无需配置或管理服务器即可运行代码。
可以使用其运行代码以响应事件。
按消耗的时间付费,代码未运行时不产生费用。
Amazon ECS (EC2 Container Service)
快速容器管理服务,可以在EC2实例上运行Docker容器。
可以与ELB, EBS等其他服务集成,无需单独费用,只需为消耗的AWS资源付费,如EC2实例,EBS容量。
AWS Elastic Beanstalk
在云中快速部署和管理应用,无需了解其所需的基础设施。
支持Go, Java, Python, .NET, Node.js,PHP, Ruby
无需额外费用,只需为消耗的AWS资源付费。
Amazon Lightsail
对小型商务,开发者,学生和其他用户的简单虚拟私有服务器(simple virtual private server, VPS)。包含a virtualized compute server, DNS management, SSD-based storage, data transfer capabilities, and a static IP address。
AWS Batch
在AWS上运行批计算负载。
(2) Networking
Amazon VPC (Virtual Private Cloud)
用于自己AWS账户的虚拟网络,逻辑上与AWS云中的其他虚拟网络隔离。
VPC中自己有对网络的完全控制,包括指定IP地址范围,添加子网,配置路由表和网关等。
可以使用Direct Connect或一个虚拟私有网络连接自己已存在的数据中心到VPC,从而扩展云中的数据中心。
可以使用VPC peering连接自己的多个VPC。
Amazon Route 53
域名系统(Domain Name System, DNS) web服务,正常运行时间SLA100%,符合IPv4和IPv6。
主要的三个功能:域名注册,DNS路由,运行状况检查。
通过全球性网络的DNS服务器,使DNS查询响应延迟低。
将名字转成数字的IP地址,如www.amazon.com -> 192.0.1.1。
可以与EC2实例,S3 buckets,ELB,CloudFront等其他服务集成。
可以将用户路由到AWS外的基础架构。
可以配置DNS健康检查,将流量(traffic)路由到健康的端点。
通常用于由主托管应用程序到辅助托管应用程序的故障转移。
ELB (Elastic Load Balancing)
可以跨

最低0.47元/天 解锁文章
742

被折叠的 条评论
为什么被折叠?



