S3 101 Flashcards
What does S3 stand for?
Simple Storage Service
What is S3 used for?
S3 provides developers + IT teams w/ secure, durable, highly-scalable object storage.
Retrieve and store ANY amount of date form ANYWHERE on the web
What type of storage does S3 use?
S3 uses Object-based storage.. I.E.: it allows you to upload files
What is the maximum allowable storage you can have in S3 for a single object?
S3 files can be from 0 Bytes to 5 TB
What is the maximum allowable storage you can have in S2 in total?
The total volume of data and number of objects you can store are unlimited.
What are S3 buckets?
What are S3 buckets used for?
S3 buckets store files.
–Think of them like a file folder–
What type of namespace does S3 use?
S3 uses a universal namespace.
That is names must be globally unique
You go into the AWS console and want to make a bucket called ‘testbucket’ in the Japanese region.
Why won’t AWS let you do this?
Bucket names are Global not Regional.
When you successfully upload a file to S3, what will you receive back?
an HTTP 200 code
What are the components of an S3 object?
What do each of these components represent?
An S3 object consists of the following:
- Key - The Name of the Object
- Value - The data, made up of a sequence of bytes
- Version ID - Important for versioning / version control
- Metedata - data about data you are storing
- Subresources - Access Control List, Torrent
What is the data consistency mode in S3?
Read After Write Consistency.
Strong Consistency for everything
For what % availability was the S3 platform built?
99.99%
What % availability does Amazon guarantee for S3 Standard?
99.9%
What % durability does Amazon guarantee for S3 Standard Information?
99.999999999% (11 9’s)
What is the availability of S3-OneZone-IA?
99.50%