Simple Storage Solution (S3) Flashcards
S3 provides _______ based storage that is not suitable to install an operating system or database on.
Object
What is the maximum file size for S3?
Files can be up to 5TB
What is the maximum volume an number of objects you can store in S3?
Unlimited
S3 is a _________ namespace which means that bucket names must be __________.
Universal, unique
Filling in the blanks for the S3 namespace format:
https://___________.s3.Region.amazonaws.com/__________
bucket-name, key-name
(ex.) https://acloudguru.s3.us-east-1.amazonaws.com/file1.jpeg
Successful CLI or API uploads to S3 will generate a ____________.
HTTP 200 status code
As it relates to an S3 Object, the _______ is the object name (e.g., Ralphie.jpg)
key
As it relates to an S3 Object, the _______ is the data itself, which is made up of a sequence of bytes.
Value
As it relates to an S3 Object, the _______ allows you store multiple versions of the same object.
Version ID
As it relates to an S3 Object, _______ is data about the date you are storing. (eg. content-type, last-modified, etc.)
Metadata
S3 buckets are ______ by default.
a. Private
b. Public
a. Private
True or False? You can make individual objects public using object ACLs.
True
You can make entire buckets public using __________.
Bucket Policies
True or False. S3 can be used to host a dynamic website.
False. S3 can host static websites only using bucket policies to ensure all the contents of the bucket are public.
What is the maximum number of versions of an object stored in S3?
All versions
True or False? Disabling versioning will delete all previously stored versions of an object.
False. Once enabled, versioning cannot be disabled, only suspended. No versions are deleted.
The __________ S3 storage tier is suitable for most workloads. For example: websites, content distribution, mobile and gaming applications.
S3 Standard
You can use versioning with _____________ enabling you to move your older versions
to different storage tiers.
Lifecycle rules.
The __________ S3 storage tier is good for
long-term, infrequently accessed but critical data.
So this could be your backups, your data store for your disaster recovery, etc.
S3 Standard Infrequently Accessed