From 7b9b7834728cff478c70d84eabe9ff2808a0dc66 Mon Sep 17 00:00:00 2001 From: Budenkinder <87246919+Budenkinder@users.noreply.github.com> Date: Sun, 18 Aug 2024 02:47:48 +0200 Subject: [PATCH] Add resources to AWS infra (#6600) * Update 100-global-infra.md adding useful links * Update src/data/roadmaps/aws/content/100-introduction/103-aws/100-global-infra.md --------- Co-authored-by: Kamran Ahmed --- .../content/100-introduction/103-aws/100-global-infra.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/aws/content/100-introduction/103-aws/100-global-infra.md b/src/data/roadmaps/aws/content/100-introduction/103-aws/100-global-infra.md index f26351017..0061b08de 100644 --- a/src/data/roadmaps/aws/content/100-introduction/103-aws/100-global-infra.md +++ b/src/data/roadmaps/aws/content/100-introduction/103-aws/100-global-infra.md @@ -1,3 +1,8 @@ # AWS Global Infrastructure -AWS Global Infrastructure refers to the layout of AWS regions and availability zones around the world. A region is a geographical area, each consisting of two or more availability zones (AZs) which are engineered to be isolated from failures in other AZs. AZs provide inexpensive, low-latency network connectivity to other AZs in the same region. In addition to the regions and AZs, AWS also includes edge locations for content delivery and regional edge caches, enhancing user experience by reducing latency. AWS currently operates in many geographic regions around the world. \ No newline at end of file +AWS Global Infrastructure refers to the layout of AWS regions and availability zones around the world. A region is a geographical area, each consisting of two or more availability zones (AZs) which are engineered to be isolated from failures in other AZs. AZs provide inexpensive, low-latency network connectivity to other AZs in the same region. In addition to the regions and AZs, AWS also includes edge locations for content delivery and regional edge caches, enhancing user experience by reducing latency. AWS currently operates in many geographic regions around the world. + +Visit the following resources to learn more: + +- [@official@AWS Global Infrastructure](https://aws.amazon.com/about-aws/global-infrastructure/?p=ngi&loc=0) +- [@official@AWS Regions / Availability Zones](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html)