Cloud Storage Flashcards
What are the three popular storage solutions in computing environments?
Block, File, and Object storage
Which storage solution operates at the operating system kernel level, stores and organizes data as an array of unrelated blocks?
Block Storage
Which storage solution operates at the operating system user level, stores data as data blocks which are managed by a file system?
File storage
Which storage solution operates at the application level, stores the data as objects?
Object storage
Which Amazon service is an online cloud-based data storage infrastructure for storing and retrieving any amount of data?
Amazon Simple Storage Service (S3)
Which Amazon service provides a highly scalable, available, and durable file storage which can be used with EC2 instances?
Amazon Elastic File System (EFS)
Which Amazon service provides block level storage volumes for use with EC2 instances?
Amazon Elastic Block Store (EBS)
Which Amazon service connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization’s on-premises IT environment and AWS’s storage infrastructure?
AWS Storage Gateway