S3 Flashcards
What feature can you use to be notified is someone unarchived a file from Glacier?
Set up an S3 notification
What are the S3 Classes from most expensive to least expensive?
- S3 Standard - most workloads
- S3 IA - Infrequently accessed - backups, disaster recover files etc.
- S3 One-zone IA - Same as above, but only one AZ - noncritical
- S3 Intelligent Tiering - unknown access patterns
- S3 Glacier. long term, minutes or hrs access, a retrieval fee
- S3 Glacier deep archive - long-term, 12h+ access
What is the size range of S3 Files
0 bytes to 5Tb
What are the parts of File Object stored in S3
- Key
- Value
- Version ID (when versioning is enabled)
- Metadata
What is the
- durability of S3
- availability of S3
- 11 9’s
- 99.95% - 99.99%
What is the
- durability of S3
- availability of S3
- 11 9’s
- 99.95% - 99.99%
Whats the use case of S3 Standard
- Most frequently used
- Accessed often
- Highly durable
What methods can you use to secure your data stored in an S3 bucket?
- Server Side Encryption
- Access Control Lists (which groups have access and what they have access to
- Bucket policies
Down to what level can you assign Access Control Lists?
Object level within a bucket
What consistency model does S3 utilize?
Strong read-after-write
What can you NOT use S3 for?
- No operating system
- No database
With S3 Versioning enabled, how can you provide extra security against deletion
Enable two factor authentication for deleting objects
When using S3 with versioning, How do you restore a deleted Version ?
Delete the delete marker
When using S3 Versioning what happens when you delete a version?
A delete marker is added.
Does each version of an object in S3 have its own URL?
Yes
Can you disable versioning in S3?
No, once enabled you can only suspend it.