From ac80ad39a432c3cffc94d4383dfe47159fba624d Mon Sep 17 00:00:00 2001 From: AhGhanima <25593897+AhGhanima@users.noreply.github.com> Date: Mon, 21 Oct 2019 21:23:57 +0200 Subject: [PATCH] Update questions count --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5bf171..6f0774a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ :information_source:  This repository contains interview questions on various DevOps related topics -:bar_chart:  There are currently **343** questions +:bar_chart:  There are currently **350** questions :warning:  You don't need to know how to answer all the questions in this repo. DevOps is not about knowing all :) @@ -326,7 +326,7 @@ Note: cross-dependency is when you have two or more changes to separate projects * Edge location
-AWS regions are data centers hosted across different geographical locations worldwide, each region is completely independant from one another. +AWS regions are data centers hosted across different geographical locations worldwide, each region is completely independant of one another. Within each region,There are multiple isolatated locations known as Availability Zones. Multiple availability zones insure high availability in case one of them goes down. Edge locations are basically content delivery network which caches data and insures lower latency and faster delivery to the users in any location. They are located in major cities in the world.