diff options
author | JJ <nicetry@noemail.com> | 2025-04-08 17:58:14 +0100 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-04-08 17:58:14 +0100 |
commit | 0bffde6d94c4148538fbf9d82076bd57e7394c6a (patch) | |
tree | 8a2ebbe566fc9c9f71993ea53158959a8718d2fa /src/certifications/aws-solutions-architect/infra.md |
Diffstat (limited to 'src/certifications/aws-solutions-architect/infra.md')
-rw-r--r-- | src/certifications/aws-solutions-architect/infra.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/certifications/aws-solutions-architect/infra.md b/src/certifications/aws-solutions-architect/infra.md new file mode 100644 index 0000000..85268d6 --- /dev/null +++ b/src/certifications/aws-solutions-architect/infra.md @@ -0,0 +1,21 @@ +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) |