aws: more notes on architecture

This commit is contained in:
thomasabishop 2024-02-19 19:39:19 +00:00
parent 6628aae8e9
commit 7721519b56

View 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 |