What’s the difference between durability and availability?
Both are ways to measure data security. The first ones measures data protection agains unexpected loss and corruption.
The second one measure the amount of time in which data is available.
What is a S3 feature that protects against accidental deletion or overwrite?
S3 versioning.
What is S3 MFA Delete?
MFA Delete is a S3 feature that requires the owner of the bucket to permanently delete an object or to change the bucket versioning state.
What are the available methods of bucket encryption?
What is S3 Multipart upload?
It’s a mechanism that split file contents and upload them in any order.
Performance benefits.
Must be used for objects which limit is bigger than 5 gb.
What is S3 Transfer Acceleration?
Is a feature that uses Amazon CloudFront to improve performance.
What is S3 and Glacier Select?
Is a S3 feature to use SQL to find compressed files in Zip files.
What is S3 Object Lambda?
Feature that uses Lambdas to create middlewares between file retrieval.