S3 Flashcards
Is S3 object based storage?
Yes
What is the max file size for S3?
5TB
Is S3 suitable for DB and OS Data?
No
Whats the limit of storage for S3?
There is none. Its unlimited
What does an S3 URL look like?
https://bucket-name.s3.region.amazonaws.com/key-name
Example:
alexcostasbucket.s3.us-east-1.amazonaws.com/babypicture.jpg
When it comes to S3 objects what is the Key?
The object name. Such as babypicture.jpg
When it comes to S3 objects what is the Value?
The data itself which is made up of a sequence of bytes.
When it comes to S3 objects what is the metadata?
Data about the data you are storing. Such as content-type, last-modified etc
Are S3 buckets private by default?
Yes
What are Object ACLs used for with S3
Object ACLs allow you to make individual objects public, or unable to delete. etc
In S3 can you make an entire bucket public using a bucket policy?
Yes
Will you get an http 200 code if you successfully upload an object to S3?
Yes
Can you disable versioning for an S3 bucket once you turn it on?
Nope, you can only suspend it.
Can you use Lifecycle Rules with S3 versioning?
Yes, You can set it so your old object versions get moved to cold storage.
What are the six different S3 Storage tiers?
1) Standard
2) Standard-infrequent Access
3) One Zone-Infrequent Access
4) Glacier
5) Glacier Deep Archive
6) Intelligent tiering
What is S3 Standard best used for?
Suitable for most workloads, generic workloads.
What is S3 Standard-Infrequent Access best used for?
Good for long term infrequently accessed but critical data. Like backups.
What is S3 One Zone-Infrequent Access best used for?
Long term infrequent accessed but non critical data.