S3 Perfomance Optimisation Flashcards

1
Q

Process of PUT Upload

A

A file becomes an object while uploading data using s3:PutObject api call and a maximum of 5GB of data can be uploaded in single PUT upload.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

No of individual parts

A

10000 parts each ranging from 5MB - 5GB and last part (leftover) will be less than 5MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Characteristics of Single Stream of Data

A

Data is transferred as single stream and if the transfer fails restart the whole process.
Speed and reliability is limited.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Working of S3 Accelerated Transfer

A

Data uploaded by a user will be sent to edge location via public internet and then transferred to AWS Global Network to the region where the S3 bucket resides.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Multipart Upload ?

A

Data is split up into individual parts and uploaded in parallel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Transfer rate between two

A

Will the lowest between the two points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is S3 Accelerated Transfer ?

A

Make use of AWS Edge Locations (PoPs) for transfer rate and lower latency.
By default disabled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Condition for Multipart upload

A

Minimum size for multipart upload is 100 MB.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Advantages of Multipart Upload

A

Improved transfer rates.

Parts are in isolation,hence if a part fails we can restart the part again without affecting the whole upload.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Bucket Naming Convention for S3 accelerated transfer

A

Bucket name should not contain . and should DNS compactable naming convention.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly