From 2cd4c699464e1e5e44f0db503482c487f5a7ecc8 Mon Sep 17 00:00:00 2001 From: Arie Bregman Date: Fri, 4 Oct 2019 07:27:20 +0100 Subject: [PATCH] add aws cloudfront questions --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a51c81..1186186 100644 --- a/README.md +++ b/README.md @@ -59,18 +59,21 @@ ###### 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 - +###### CloudFront + +- Explain what is CloudFront and what is it used for +- Explain the following + - Origin + - Edge location + - Distribution +- What delivery methods available for the user with CDN? +- True or False? object are cached for the life of TTL ## Network