AWS Certified Solutions Architect Associate Flashcards
Is S3 an object based storage service?
Yes
In S3, do you have to be concerned about file systems or disk space?
No
What is a data storage architecture that manages data as object as opposed to file systems for block storage?
Object Storage
What is an S3 Object?
Objects contain your data. They are like files.
What do S3 Objects consist of?
- Key - the name of the object
- Value - the data itself made up of a sequence of bytes
- Version ID - the version of the object when versioning is enabled
- Metadata - additional information attached to the object
How much data can you store in a S3 Object?
0 bytes to 5 Terabytes
Does a S3 bucket name have to be unique like a domain name?
Yes
What do S3 buckets hold?
- Objects
2. Folders which in turn hold objects
What are the S3 Storage Classes?
- Standard (default)
- Intelligent Tiering
- Standard Infrequently Accessed (IA)
- One Zone IA
- Glacier
- Glacier Data Archive
What is the availability and durability of the Standard S3 Storage Class?
Availability - 99,99%
Durability - eleven 9’s
How many AZs is Standard S3 Storage Class replicated across?
At least 3
What S3 Storage Class is fast and cheaper than the Standard Storage Class if you access files less than once per month?
Standard Infrequently Accessed (IA)
Is there a charge for accessing Standard Infrequently Accessed files?
Yes, there is a retrieval fee.
How much less is Standard Infrequently Accessed file storage than Standard Storage?
50% less because of reduced availability
Which Storage Class is still fast, but objects exist in only one AZ?
One Zone IA
What is the Availability of One Zone IA?
99.5%