S3 Flashcards
S3 Soft bucket limit on accounts?
100
S3 Standard Reliability level?
Nine nines!
99.999999999%
Is s3 a file system?
NO!
It’s a flat address space. And although you can create folders, it is not a file system.
S3 File size limit
5TB
S3 Storage limit?
Unlimited
Best s3 storage class for high frequency access?
Standard
What does S3-I do that’s so special?
Automatically move less commonly used files to a cheaper storage class
S3 Glacier is best for storing
Archived data
How to move items in and out of glacier?
SDK or CLI
Quickest retrieve possible from glacier?
5 minutes - it’s also the most expensive
Standard retrieval from glacier takes
3-5 hours
Bulk retrieval from glacier takes
5-12 hours
Glacier Deep Archive is best used for…
Files you need to retain, but will rarely ever look at.
Time it takes to get something from Glacier deep storage?
Up to 12 hours
Negative effect of s3 versioning?
It can dramatically increase prices
When you delete a version item from s3, what happens?
A delete marker is added to the file, and the most recent version is deleted.
Can versioning of a s3 bucket be disabled?
No, only suspended.
Can a private s3 bucket be used for static website hosting?
No. It must be public apt available
If you switch encryption on, on an existing s3 bucket. Does it encrypt the items already in the bucket?
No
Advantage of encrypting s3 buckets with SSE-KMS
Better flexibility and management of the keys.
Advantage of SSE-S3 encryption
AWS handles all of it for you
What does s3 object lock do?
Prevents files being deleted
S3 Object Lock; governance mode. What does it do?
Prevents files being deleted for specified retention period.
S3 Object Lock Compliance Mode. What does it do?
Prevents files being deleted by anyone. Not even root!