From b776cb99886664b9da780bef3b6676cea1c444ce Mon Sep 17 00:00:00 2001 From: abregman Date: Tue, 26 Nov 2019 22:13:16 +0200 Subject: [PATCH] Add AWS security questions --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f12f4d..8634b1c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ :information_source:  This repository contains interview questions on various DevOps and SRE related topics -:bar_chart:  There are currently **516** questions +:bar_chart:  There are currently **522** questions ***

🎉 Questions are now available at devopsbit.com 🎉

@@ -523,6 +523,33 @@ Stop the instance, the type of the instance to match the desired RAM and start t * Classic LB - low costs, good for test or dev environments +##### Security + +What is the shared responsibility model? In other words, what AWS is responsible for and what the user is responsible for in regards to Security?
+ + +What is the AWS compliance program?
+ + +Explain what each of the following services is used for + + * AWS Inspector + * AWS Artifact + * AWS WAF + * AWS Shield
+ + +What AWS VPN is usef for?
+ + +What is the difference between Site-to-Site VPN and Client VPN?
+ + +True or False? AWS Inspector can perform both network and host assessments
+ +True + + #### Databases