Merge pull request #14 from AhGhanima/master

Add some EC2 questions
This commit is contained in:
Arie Bregman 2019-10-21 23:33:00 +03:00 committed by GitHub
commit 0cc2ed6f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@
:information_source:  This repository contains interview questions on various DevOps related topics
:bar_chart:  There are currently **375** questions
:bar_chart:  There are currently **382** questions
:warning:  You don't need to know how to answer all the questions in this repo. DevOps is not about knowing all :)
@ -323,7 +324,7 @@ Note: cross-dependency is when you have two or more changes to separate projects
* Edge location</summary><br><b>
</b>
<b>
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.
@ -401,6 +402,37 @@ True
Stop the instance, the type of the instance to match the desired RAM and start the instance.
</b></details>
<details>
<summary>What is an AMI?</summary><br><b>
</b></details>
<details>
<summary>How many storage options are there for EC2 Instances?</summary><br><b>
</b></details>
<details>
<summary>What happens when an EC2 instance is stopped or terminated?</summary><br><b>
</b></details>
<details>
<summary>What are Security Groups?</summary><br><b>
</b></details>
<details>
<summary>How to migrate an instance to another availability zone?</summary><br><b>
</b></details>
<details>
<summary>What are security groups?</summary><br><b>
</b></details>
<details>
<summary>What are spot instances?</summary><br><b>
</b></details>
## Network