AWS S3 Flashcards
What are the storage classes available in AWS?
S3 standard
S3 standard IA
Zone IA
Intelligent tiering
Glacier
Glacier Deep Archive
What type of storage is S3?
Object storage
What is the availability of S3?
4 x 9s
What is the durability of S3?
11 X 9s
How many availability zones is S3 data replicated to?
3 AZ
What is the min size of data you can put in S3?
1 byte
What is the max size of data you can place in S3?
5 TB
Is encryption at the object level or the bucket level?
Encryption is enabled and applied at the bucket
If one tenant has a bucket called ‘dog’ can you have a bucket called ‘dog’?
No buckets has to be unique with in a region.
What are the two types of encryption available to S3?
Server side and Client side.
What is the encryption used on server side encryption for S3?
AES-256
Who holds the master key for S3 encryption?
AWS- in KMS
Are all objects encrypted using the same master key? (are the keys changed over time)
No the keys are rotated each month.
The master keys is used in the process to encrypt a object, is this the only key?
No there is a per object key.
Is the per object key encrypted?
Yes it is encrypted by the master key.
Is the object data encrypted at rest?
Yes
Where is the per object stored?
In a hidden S3 bucket.
Is there other options available to encrypt a object?
Client side encryption using the SDK.
If you put data in a single region is that data/objects replicated to other regions?
No data stays with in a region.
Can you copy data and objects to other regions?
???
Would you make a html page available to people on the internet?
Use static web hosting.
How can you delete a object after a week (period of time)
Use life cycle policies.
Can life cycle policies be applied to just one object with in a bucket?
Yes using the prefix parameter.
How would you apply life cycle policies to a entire bucket?
Use the ‘Apply to Entire Bucket’ parameter.