S3 Flashcards
Is S3 Object based
Yes!
Is S3 suitable for running an OS or hosting a DB?
No, object storage only
What is the max size of a single file that can be transferred?
5 tb
What is the storage limit in S3?
Unlimited
Is S 3 a universal namespace?
Yes, so it is not tied to regions and must be named completely uniquely from all other s3 buckets out there
What is a Key for S3?
The object name, eg ralphie.jpg
What is a value is S3
The data itself, which is made up of a sequence of bytes
What is a version ID
Allows storage of multiple versions of the same object
What is metadata in S3
Data about the data you are storing, content type, last modified, etc.
Are S3 buckets private by default?
Yes, when created a bucket and all contents are private by default.
You have to allow public access on both the bucket & its objects in order to make them public
When to use an Object ACL?
These are used to make individual objects public
Bucket Policies
Security policy for your bucket and can be used to make an entire bucket public
HTTP Status Code
When you upload and object to S3 & it’s successful you will get an http 200 code
What to know for hosting static websites in S3
Use a bucket policy to make the bucket public
You can only host static content NOT dynamic
S3 automatically scales with demand
What version of an object does S3 store?
All versions are stored in S3. This includes writes and even if it’s deleted
Can versioning be disabled once enabled in S3?
No, once enable versioning can only be suspended
Can lifecycle rules be integrated with a bucket that has versioning?
Yes, life cycle rules can be integrated and MFA is supported as well
S3 Standard Storage Tier
99.99% available
11 9’s durable
In > or =to 3 AZs
Suitable for most workloads (website, content distribution, mobile gaming, gaming apps, and big data)
S3 Std. IA Storage Tier
99.99% Available
11 9’S durable
> = 3 AZs
Long term infrequently accessed critical data. Backups, data store for disaster recovery files, etc
S3 1 Zone IA Storage Tier
99.5% Available
11 9’s durable
1 AZ
Long term infrequently accessed data that is non critical
S3 Glacier Storage Tier
99.99% available
11 9’s durable
> = 3 AZs
Long term data archiving that occasionally needs to be accessed within a few hours or minutes
S3 Glacier Deep Archive Storage Tier
99.99% available
11 9’s durable
> = 3 AZs
Rarely accessed data archiving with a default retrieval time of 12 hours
S3 Intelligent Tiering
99.99% available
11 9’s durable
> = 3 AZs
For unknown or unpredictable access patterns
What is S3 lifecycle manage,ent used for?
Automates moving objects between different storage tiers
Can be used in conjunction with versioning
Can be applied to current and previous versions