aboutsummaryrefslogtreecommitdiff
path: root/content/notes/aws-solutions-architect/02.infra.md
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-19 14:56:26 +0000
committerJJ <nicetry@noemail.com>2025-03-19 14:56:26 +0000
commit16f52b7bef745097f7076dde76715db378b54343 (patch)
treecfcacda8adced2059dcc120d2bc2446d3c4f960a /content/notes/aws-solutions-architect/02.infra.md
first commit
Diffstat (limited to 'content/notes/aws-solutions-architect/02.infra.md')
-rw-r--r--content/notes/aws-solutions-architect/02.infra.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/content/notes/aws-solutions-architect/02.infra.md b/content/notes/aws-solutions-architect/02.infra.md
new file mode 100644
index 0000000..a611c3b
--- /dev/null
+++ b/content/notes/aws-solutions-architect/02.infra.md
@@ -0,0 +1,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)