Skip to content

Commit 3df32f2

Browse files
author
Arie Bregman
authored
Merge pull request iluwatar#9 from AhGhanima/master
Update AWS Infrastructure & S3 answers
2 parents 2408de2 + ed3525d commit 3df32f2

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,16 +287,28 @@ Note: cross-dependency is when you have two or more changes to separate projects
287287
* Availability zone
288288
* Region
289289
* Edge location</summary><br><b>
290-
</b></details>
290+
</b>
291+
<b>
292+
AWS regions are data centers hosted across different geographical locations worldwide, each region is completely independant from one another.
293+
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.
294+
295+
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.
296+
</b>
297+
</details>
291298

292299
##### S3
293300

294301
<details>
295-
<summary>Explain what is S3 and what is it used for</summary><br><b>
296-
</b></details>
302+
<summary>Explain what is S3 and what is it used for</summary><br>
303+
<b>
304+
S3 stands for 3 S, Simple Storage Service.
305+
S3 is a object storage service which is fast, scalable and durable. S3 enables customers to upload, download or store any file or object that is up to 5 TB in size. while having a maximum size of 5 GB per file (multipart upload if more than 5 GB in size).
306+
</b>
307+
</details>
297308

298309
<details>
299310
<summary>What is a bucket?</summary><br><b>
311+
An S3 bucket is a resource which is similar to folders in a filesystem and allows storing objects, which consist of data and its metadata.
300312
</b></details>
301313

302314
<details>

0 commit comments

Comments
 (0)