From 428f203268302f62e7d926252e27d497b16fd579 Mon Sep 17 00:00:00 2001 From: AhGhanima <25593897+AhGhanima@users.noreply.github.com> Date: Mon, 21 Oct 2019 20:36:29 +0200 Subject: [PATCH 1/2] Add EC2 Questions --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index dc75ecc..f5bf171 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,37 @@ True Stop the instance, the type of the instance to match the desired RAM and start the instance. +
+What is an AMI?
+
+ +
+How many storage options are there for EC2 Instances?
+
+ +
+What happens when an EC2 instance is stopped or terminated?
+
+ +
+What are Security Groups?
+
+ + +
+How to migrate an instance to another availability zone?
+
+ + +
+What are security groups?
+
+ + +
+What are spot instances?
+
+ ## Network 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 2/2] 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.