From a7822348553e49305af81786f42590e53d3ba284 Mon Sep 17 00:00:00 2001 From: Arie Bregman Date: Thu, 3 Oct 2019 20:02:56 +0100 Subject: [PATCH] add aws questions --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b1509..38fe61b 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,24 @@ ###### Advanced -* Write a script to remove all the jobs which include the string "REMOVE_ME" \ No newline at end of file +* Write a script to remove all the jobs which include the string "REMOVE_ME" + + + +## AWS + +###### Global Infrastructure + +- Explain the following + - Availability zone + - Region + - Edge location + +###### S3 - beginner questions + +- Explain what is S3 and what is it used for +- What is a bucket? +- True or False? a bucket name must be globally unique +- What objects in S3 consists of? + - Another way to ask it: explain key, value, version id and metadata in context of objects +- Explain data consistency \ No newline at end of file