aws: more notes on architecture
This commit is contained in:
parent
6628aae8e9
commit
7721519b56
1 changed files with 23 additions and 0 deletions
23
zk/AWS_architecture_hierarchy.md
Normal file
23
zk/AWS_architecture_hierarchy.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
id: oyubuqx2
|
||||
title: AWS architecture hierarchy
|
||||
tags: [AWS]
|
||||
created: Monday, February 19, 2024 | 19:17
|
||||
since: just now
|
||||
last_modified: Monday, February 19, 2024 | 19:17
|
||||
---
|
||||
|
||||
# AWS architecture hierarchy
|
||||
|
||||
From bottom up:
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
Data centres --> Availability Zones--> Regions
|
||||
```
|
||||
|
||||
| Entity | Description |
|
||||
| ------------------ | ------------------------------- |
|
||||
| Data center | Warehouse full of servers |
|
||||
| Availability Zones | A cluster of data centers |
|
||||
| Region | A cluster of Availability Zones |
|
Loading…
Add table
Reference in a new issue