S3 and IAM Flashcards
Bucket names are…
Global
S3 has read after write consistency for..
Puts of new objects
S3 has eventual consistency for…
Puts of existing objects and deletes
Name all the s3 and glacier tiers.
S3 S3 Infrequent access S3 Infrequent access One Zone S3 intelligent tiering S3 glacier S3 glacier deep archive
Name the three types of encryption used with s3.
In transit - such as https
Server side - such as s3-SSE managed keys, s3-kms and s3-SSE-C (customer provided keys)
Client side encryption - such as the client (you) encrypting the data before it gets to the bucket in s3.
What are the five facts about s3 ‘versioning’?
Stores all versions of the object which includes overwrite puts and deletes.
Serves as a backup tool.
Once enabled cannot be disabled on the bucket only suspended.
Integrates with life cycle rules.
Versioning supports MFA deletes for better security.
When talking about s3 object locks, what does the terms WORM mean?
Write once read many.
S3 object locks can be applied to…
The object or across the bucket as a whole.
S3 object locks can be applied in two different modes, they are..
Governance mode (locks down to only users who have permissions) and compliance mode ( cannot be modified by anyone during the period the object lock is put in place, this includes the root account user also).
S3 object locks can be held by two mechanisms they are…
Retention periods- protects the object or bucket for a certain amount of time from overwrites or deletes.
Legal hold - protects and object for as long as the hold is in place.
True or false, S3 glacier vault locks once applied to a vault can be changed?
False
When referring to s3 performance, what four subjects are normally considered?
S3 prefixes: and its speed benefits.
S3 sse-kms: and its limitations and quota limits.
S3 multi-part uploads: for upload speeds of larger files.
S3 byte ranges: for parallelised downloads and to download only parts of files such as the header of a file if the calling application does not require the full file to be downloaded.
S3 life cycle rules automate..
Moving your objects between the different tiers of storage in s3.
S3 life cycle rules can be used in conjunction with?
Versioning
S3 life cycle rules can be applied to what versions of the objects within a bucket?
The current version and previous versions
S3 select is used to..
Retrieve a subset of data from an object using sql expressions.
What are the benefits of using s3 select or glacier select?
Get data by their rows or columns.
Save money on data transfer with increased speed.
S3 select enable applications to…
Retrieve only a subset of data from an object by using simple sql expressions. And this can achieve performance increases up to 400% in some cases.
What are the advantages of consolidated billing in aws?
One bill per aws account.
Very easy to track charges and allocate costs.
Volume pricing discounts are applied.