aboutsummaryrefslogtreecommitdiff
path: root/content/notes/aws-solutions-architect/02.infra.md
blob: a611c3b5833b649f5075529c295b81791a0a7131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: 02 - infra
description: infra
course: ["aws solutions architect"]
---

You can check out the AWS infrastructurnd regions here: [https://aws.amazon.com/about-aws/global-infrastructure/regions_az/](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/)

It's a global infrastructure, meaning we can deploy apps to be global

## Regions

Regions have names, e.g us-east-1

A region is a cluster of data centres

Most services are region scoped.

Some factors in choosing regions could be:

- Compliance
- Latency
- Service availability (some regions don't have certain services)

Each region has 'zones', which are separate data centres from each other and are isolated from disasters.

Not all services are available in all regions, see here: [https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ngi&loc=4](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ngi&loc=4)