AWS Storage Solutions Flashcards
Give 1 example of a object storage system in AWS?
S3
Give 2 examples of file storage systems in AWS?
EFS and FSx
Give 2 example of block storage in AWS?
EBS and EC2 instance store
Name a service used for online data migration?
DataSync
What services does DataSync integrate with?
S3, EFS and FSx
What service provides offline data migration?
Snow Family
What is edge computing and what storage solution in AWS and parts of it provide edge computing?
Processing data close to the source of the data. This can be achieved either using networking solutions that bring the data close to source or for storage using hardware such as Snowcone and Snowball Edge part of the Snow Family service
What specific service should be used for a offline data migration of >10 Pb?
Snowmobile
What is the difference between object, file and block storage?
Objects are not stored in folders, are all at the same level and are accessed using a object key instead of file path and though an API.
File storage uses a file path to access typically consisting of folders and the data is stored with a file extension dependent on the file type and accessible though different applications.
Data is split into blocks of equal size each block is assigned a unique id and blocks can be assigned to different OS environments
What are the use cases for EBS?
Used for data requiring quick access, long-term persistence and continuous reads and writes. Attaches to instances work as a hard drive. Works a more permanent solution to EC2 instance store
What are the use cases for S3?
Storing and managing large amounts of unstructured data, such as images and videos, backups, and other types of data that can be accessed via the internet
What are the use cases for EFS?
Used for file storage amongst multiple EC2 instances and is managed
What are the use cases for FSx?
Like EFS except desire access to a 3rd party file storage system
What is the difference between durability and availability?
Durability is how much well data is retained and availability is how much a service crashes
What are the S3 storage classes and there use cases?
Standard - gen purpose: typically frequent access
Standard IA: IA but needs millisecond access
One zone IA: IA needs millisecond access lower availability so either as backup or data is easy to recreate
Glacier Instant Retrieval: min 90 day storage, accessed once a quarter, requiring millisecond retrieval
Glacier Flexible Retrieval: min storage 90 days
- expedited (1-5 mins retrieval)
- standard (3-5 h)
- bulk (5-12 h)
Glacier Deep Archive: min storage 180 days
- standard (12 h)
- bulk (48 h)
Intelligent Tiering: unknown or changing access patterns