Cloud Storage Flashcards
(44 cards)
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
What service is used for providing cloud storage solutions for on-premises servers?
AWS Storage Gateway
You can use _________________ to automate the creation, retention, and deletion of snapshots taken to back up your Amazon EBS Volumes.
Amazon Data Lifecycle Manager (Amazon DLM)
What service is used for creating backup of data from your on-premises server and not from the Amazon Virtual Private cloud?
Amazon Storage Gateway
What service offers a simple encryption solution for your EBS volumes without the need to build, maintain, and secure your own key management infrastructure?
EBS encryption
In Amazon S3 how do you protect data in transit?
By using SSL or by using client-side encryption.
In Amazon S3, what are your options for protecting data at rest?
- Server-Side Encryption - You request Amazon S3 to encrypt your object before saving it on disks in its data centers and decrypt it when you download the objects.
- Client-Side Encryption - You can encrypt data client-side and upload the encrypted data to Amazon S3. In this case, you manage the encryption process, the encryption keys, and related tools.
What are the 3 volume types provided by Amazon EBS?
General Purpose (SSD)
Provisioned IOPS (SSD)
Magnetic
Which EBS volume types provided is suitable for a broad range of workloads, including small to medium-sized databases, development and test environments, and boot volumes? This volume types is recommended as the default choice for customers?
General Purpose (SSD)
Which EBS volume types provided offer storage with consistent and low-latency performance and are designed for I/O intensive applications such as large relational or NoSQL databases?
Provisioned IOPS (SSD)
Which volume type provides the lowest cost per gigabyte of all EBS volume types?
Magnetic
Which EBS volume types are ideal for workloads where data are accessed infrequently, and applications where the lowest storage cost is important?
Magnetic Volumes
Which EBS volume type allows you to use the multi-attach feature?
Provisioned IOPS io2 or io1 volumes.
The EBS multi attach feature only allows an EBS volume to be attached on multiple instances within ____________
1 Availability Zone
____________ is an easy-to-use, high-performance block storage service designed for use with Amazon Elastic Compute Cloud (EC2) for both throughput and transaction-intensive workloads at any scale.
Amazon Elastic Block Store (EBS)
__________________ is an object storage service that offers industry-leading scalability, data availability, security, and performance.
Amazon Simple Storage Service (S3)