S3 Flashcards
Object Min-Max size
0 bytes to 5TB
Max size of a S3 PUT operation
5GB
Read after Write consistency
PUT of new objects
Eventual consistency
Overriding or Deletes
S3 sustains of _______ data centers or facility failure at a time
two
How do achieve object level security
Using ACL
Can you configure S3 to create access logs about request made to and from into another bucket
Yes
what happens to existing objects if you make S3 as public?
They’ll still be private. You have make each and every object public if you wish to
When Versioning is enabled, does new versions inherit existing version properties? like if version 1 is public what happens to version 2 when uploaded?
It will not inherit previous version properties. i.e., Version 2 will remain private
What happens to existing objects if you enable encryption on a bucket?
Existing objects remains un-encrypted unless you encrypt each object manually
you need to wait _____ days to move objects storage class from standard to standard IA.
30
whats the use of pre-signed urls?
To give temporary access; To access private objects
Can pre-signed URLs be generated from Console, CLI and SDK
False, only CLI and SDK allows to do so
what if you delete the latest version object?
The previous version object will be restored
Can you stop versioning on S3?
No, you can only suspend versioning