All technological notes.
On AWS: this could be Regions and / or Edge Locations
Latency is the time it takes for a network packet to reach a serverRegional Services
Global Services
Amazon S3 (a single region must be explicitly chosen, such as S3 bucket)CloudFront (a group of regions to be chosen, such as CloudFront Distribution)Route53IAM (has no concept of region)| Availability | Global Latency | Difficulty | |
|---|---|---|---|
| Single Region, Single AZ | Low | High | Low |
| Single Region, Multi AZ | High | High | Medium |
| Multi Region, Active-Passive | High | Read: Low, Write: High | Medium |
| Multi Region, Active-Active | High | Read: High, Write: High | Hight |
Route 53 - DNSDNS is a collection of rules and records which helps clients understand how to reach a server through URLs.
SIMPLE ROUTING POLICY: No health checks, 唯一检查健康WEIGHTED ROUTING POLICY: 按权重LATENCY ROUTING POLICY: find the closestFAILOVER ROUTING POLICY: Disaster RecoveryCloudFront - CDN, DDoSCloudFront uses Edge Location to cache content, and therefore bring more of your content closer to your viewers to improve read performance.
Content Delivery Network (CDN)DDoS protection (because worldwide), integration with Shield, AWS Web Application Firewall
Origins
S3 bucket
CloudFront Origin Access Control (OAC) + S3 policyCustom Origin (HTTP)
CloudFront:
S3 Cross Region Replication:
S3 Transfer Acceleration - upload S3Global Accelerator - performance, short-cutAWS global networkBoth services integrate with AWS Shield for DDoS protection.
CloudFront – Content Delivery Network
Global Infrastructure;
made up of resources:
AWS Global Infrastructure: https://aws.amazon.com/about-aws/global-infrastructure/
Region:
Featrues:
Availability Zones. (Some new users are limited to two. eg. US-West)US-EASTUS-EAST-1(North Virginia)Factors to be considered to choose a region
Diagram: 使用小旗子标记

Availability Zones:
Datacenter:
It is a common practice to run workloads in at least 3 AZs to ensure services remain available in case one or two datecenters fail.
Identifier:represented by a Region Code, followed by a letter.
us-east-1aA subnet is associated with an AZ.
Diagram: 虚线方框

Region and Zone

Point of Presence (Pop):
AWS Region and the end user, and this location could be a datacenter or collection of hardware.point of presence is a data center owned by AWS or a trusted partner that is utilized by AWS Services related for content delivery or expediated upload.Edge Locations:
Regional Edge Location

Tier 1 Network
AWS AZ are all redundantly connected to multiple tier-1 transit providers.
AWS services using POP for content delivery or expediated upload.

Local ZonesLocal Zone:
Purpose of Local Zone
Example: Los Angeles, California
us-west-2-lax-1aWavelength ZonesAWS Wavelength Zones
AWS Ground StationAWS Ground Station:
Use case:

AWS Outposts - rack of servers, hybridAWS Outposts:
Hybrid Cloud:
Therefore, two ways of dealing with IT systems:
AWS Outposts are “server racks” that offers the
same AWS infrastructure, services, APIs & tools
to build your own applications on-premises just as in the cloud
AWS will setup and manage “Outposts Racks” within your on-premises infrastructure and you can start leveraging AWS services on-premises
Responsibility
Benefits:
AWS Global Network:
the backbone of AWSExample services regarding to the Global Network:

Direct Connection Locations - Connection on-premise and AWSAWS Direct Connect:
Advantages:

Direct Connect Locations are trusted partnered datacenters that you can establish a dedicated high speed, low-latenecy connection from your on-premise to AWS.
Users would use the AWS Direct Connect service to order and establish a connection.
Public Sector:
AWS achieves this by meeting regulatory compliance programs along with specific governmence and security controls.
Federal Risk and Authorization Management Program (FedRAMP)
GovCloud:
Cloud Service Provider (CSP) generally will offer an isolated region to run FedRAMP workloads.AWS GovCloud Regions
Controlled Unclassfied Information and other type of regulated workloads.总体意思:
Terminology:
fault domain:
Fault level:

Amazon Region is designed to be completely isolated from the other Amazon Regions.
Availability Zone is isolated, but the Availability Zones in a Region are connected through low-latency links.Each Availability Zone is designed as an independent failure zone.
Failure Zone is AWS describing a Fault Domain.Failure Zone:
Availabilty Zones are physically separated within a typical metropolitan region and are located in lower risk flood plains.Availability Zones are designed to be supplied by independent substations to reduce the risk of an event on the power grid impacting more than one Availability Zone.Data Residency:
Compliance Boundaries:
Data Sovereignty:
For workloads that need to meet compliance boundaries strictly defining the data residency of data and cloud resources in AWS can be used:
AWS Outposts
AWS Config:
IAM Policies:
Service Control Policy (SCP) are permissions applied organization wide.