S3 Flashcards
What does S3 stand for?
Simple Storage Service
S3 is ____-based.
Object
Storage on S3 is ______.
Unlimited
S3 uses a _____ namespace.
Universal
On successful upload of a file to S3 you will get which return code?
HTTP 200
What makes up an S3 Object
Key, Value, Version ID, Metadata, Subresources (ACL’s, Torrent)
How does data consistency work for S3?
Read after Write Consistency for PUTS of new Objects
Eventual Consistency for overwrite PUTS and DELETES
Name the S3 Storage Classes
S3 Standard S3 - IA (Infrequently Accessed) S3 One Zone IA S3 - Intelligent Tiering S3 Glacier S3 Glacier Deep Archive
S3 has what guarantees from Amazon?
Built for 99.99% availability, but amazon guarantees 99.9%.
Guarantees 99.999999999% for durability (11 9’s)
How can you replicate the contents of one bucket to another bucket?
Cross Region Replicaton
How can you improve the performance of an application with S3 hosted resources?
Transfer Acceleration
What methods can you use to restrict access to a bucket?
Bucket Policies
Object Policies
IAM Policies to Users & Groups
You can use S3 to host ____ websites?
Static
S3 scales ______ to meet your _____.
automatically, demand
Can versioning be disabled?
No, only suspended.