S3 - Simple Storage Service Flashcards
What is AWS service goal?
To store any amount of data from anywhere on the web.
What is S3?
Simple Storage Service is a platform that simplifies the storage of files, making them flat (documents and pictures) and is not used for database purposes.
What is the fundamental structure of S3?
A bucket.
What is a bucket?
The fundamental structure of S3, it is the top file folder and contains objects. These objects can either be flat or folders.
How does S3 work?
It is a storage system based in keys and values. Data is retried by referring to a unique object key (the keys are strings which can mimic a hierarchical structure).
What is the size capacity?
While there is no limit in the total volume of data and number of objects a customer can store in the S3 services, each bucket has a maximum storage capacity of 5TB with a cap of 5GB on the upload size.
What are the S3 offerings?
S3 Standard
S3 Infrequent Access
S3 One Zone Infrequent Access
S3 Intelligent Tiering
Glacier
Glacier Deep Archive
S3 Outpost
What is AWS Availability?
The percentage of successful external connectivity.
What is AWS Service Level Agreement?
AWS Service Level Agreement (SLA) defines the availability for each service.
What is reliability?
The ability of a workload to perform its intended function correctly and consistently when its expected to (the 11 nines rule - 99.999999999%)
What is S3 Standard?
The default storage system, it is designed to be replicated across 3 or more availability zones.
What is S3 Infrequent Access?
The Infrequent Access model is intended for data that requires less frequent access than the S3 standard, but when access to the data is required, it has to be done quickly.
What is S3 One Zone Infrequent Access?
Similar feature with Infrequent Access; however, data is stored in only one availability zone.
What is S3 Intelligent Tiering?
This option uses Artificial Intelligence to detect the places where the data is most frequently accessed and thus, the data is placed in the locations where the access will be more convenient and cost-effective.
What is Glacier?
This mode is for long term data storage (frozen data).