- Mastering AWS Security
- Albert Anthony
- 273字
- 2021-07-02 15:44:05
Business continuity management
AWS keeps your data and other resources in the data centers in various geographical locations across the globe; these locations are known as regions. Each region has two or more availability zones for high availability and fault tolerance. These availability zones are made up of one or more data centers. All of these data centers are in use and none are kept offline; that is, there aren't any cold data centers. These data centers house all the physical hardware resources such as servers, storage, and networking devices, and so on, that are required to keep all the AWS services up and running as per the service level agreement provided by AWS. All AWS core applications such as compute, storage, databases, networking are deployed in an N+1 configuration, so that, in the event of a data center failure due to natural calamity, human error or any other unforeseen circumstance, there is sufficient capacity to load-balance traffic to the remaining sites.
Each availability zone is designed as an independent failure zone so that the impact of failure is minimum and failure can be contained by other availability zone(s) in that region. They are physically separated within a geographical location and are situated in the lower risk flood plains.
Depending on the nature of your business, regulatory compliance, performance requirements, disaster recovery, fault tolerance, and so on, you might decide to design your applications to be distributed across multiple regions so that they are available even if a region is unavailable.
The following figure demonstrates typical regions with their availability zones:

- Python快樂編程:人工智能深度學習基礎
- The Modern C++ Challenge
- 潮流:UI設計必修課
- Java技術手冊(原書第7版)
- Python Game Programming By Example
- 深入淺出Windows API程序設計:編程基礎篇
- Android 應用案例開發大全(第3版)
- Flux Architecture
- SAP BusinessObjects Dashboards 4.1 Cookbook
- 執劍而舞:用代碼創作藝術
- Bootstrap 4 Cookbook
- ASP.NET程序開發范例寶典
- 大話Java:程序設計從入門到精通
- 汽車人機交互界面整合設計
- Oracle數據庫編程經典300例