Cloud Storage Flashcards

1
Q

What are the three popular storage solutions in computing environments?

A

Block, File, and Object storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which storage solution operates at the operating system kernel level, stores and organizes data as an array of unrelated blocks?

A

Block Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which storage solution operates at the operating system user level, stores data as data blocks which are managed by a file system?

A

File storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which storage solution operates at the application level, stores the data as objects?

A

Object storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which Amazon service is an online cloud-based data storage infrastructure for storing and retrieving any amount of data?

A

Amazon Simple Storage Service (S3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which Amazon service provides a highly scalable, available, and durable file storage which can be used with EC2 instances?

A

Amazon Elastic File System (EFS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which Amazon service provides block level storage volumes for use with EC2 instances?

A

Amazon Elastic Block Store (EBS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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?

A

AWS Storage Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What service is used for providing cloud storage solutions for on-premises servers?

A

AWS Storage Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You can use _________________ to automate the creation, retention, and deletion of snapshots taken to back up your Amazon EBS Volumes.

A

Amazon Data Lifecycle Manager (Amazon DLM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What service is used for creating backup of data from your on-premises server and not from the Amazon Virtual Private cloud?

A

Amazon Storage Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What service offers a simple encryption solution for your EBS volumes without the need to build, maintain, and secure your own key management infrastructure?

A

EBS encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In Amazon S3 how do you protect data in transit?

A

By using SSL or by using client-side encryption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In Amazon S3, what are your options for protecting data at rest?

A
  1. 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.
  2. 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the 3 volume types provided by Amazon EBS?

A

General Purpose (SSD)
Provisioned IOPS (SSD)
Magnetic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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?

A

General Purpose (SSD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

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?

A

Provisioned IOPS (SSD)

19
Q

Which volume type provides the lowest cost per gigabyte of all EBS volume types?

20
Q

Which EBS volume types are ideal for workloads where data are accessed infrequently, and applications where the lowest storage cost is important?

A

Magnetic Volumes

21
Q

Which EBS volume type allows you to use the multi-attach feature?

A

Provisioned IOPS io2 or io1 volumes.

22
Q

The EBS multi attach feature only allows an EBS volume to be attached on multiple instances within ____________

A

1 Availability Zone

23
Q

____________ 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.

A

Amazon Elastic Block Store (EBS)

24
Q

__________________ is an object storage service that offers industry-leading scalability, data availability, security, and performance.

A

Amazon Simple Storage Service (S3)

25
Q

In an __________________, you can define rules to transition objects from one storage class to another to save on storage costs.

A

S3 Lifecycle configuration.

26
Q

A ____________ is simply a temporary block-level storage for EC2 instances.

A

Instance Store Volume

27
Q

You can specify the instance store volumes for your instance only when?

A

You launch it.

28
Q

Encryption by default is a _______________ setting. If you enable it for a ______________, you can not disable it for individual volumes or snapshots in that __________.

29
Q

Does Amazon EBS support asymmetric KMS keys?

A

No, to encrypt an EBS snapshot, you need to use symmetric encryption KMS keys.

30
Q

A company is using an On-Demand EC2 instance to host a legacy web application that uses an Amazon Instance Store-Backed AMI. The web application should be decommissioned as soon as possible and hence, you need to terminate the EC2 instance. When the instance is terminated, what happens to the data on the root volume?

A

Data is automatically deleted.

31
Q

EBS volumes support _________________ while in production which means that you can modify the volume type, volume size, and IOPS capacity without service interruptions.

A

Live configuration changes

32
Q

When you create an EBS volume in an Availability Zone, it is ______________ within that zone to prevent data loss due to a failure of any single hardware component.

A

Automatically replicated

33
Q

After you create an EBS volume, you can attach it to any instance where?

A

In the same availability zone

34
Q

EBS encryption enables data at rest security by encrypting your data using _______________, or ________________.

A

Amazon-managed keys or keys you create using the AWS Key Management Service (KMS)

35
Q

___________________ provides simple, scalable, elastic file storage for use with AWS Cloud services and on-premises resources.

A

Amazon Elastic File System (EFS)

36
Q

When mounted on Amazon EC2 instances, an ________________ provides a standard file system interface and file system access semantics, allowing you to seamlessly integrate this service with your existing applications and tools.

A

Amazon Elastic File System

37
Q

_____________ is an in-memory data store that improves the performance of your applications.

A

Amazon ElastiCache

38
Q

When you see the phrase “allow concurrent connections from multiple EC2 instances” which AWS storage option should you think of?

A

Amazon Elastic File Storage

39
Q

Which AWS storage solution is more suitable for scenarios where it is required to have a POSIX-compatible file system or if you are storing rapidly changing data?

A

Amazon EFS

40
Q

Which storage solution makes data available through an Internet API that can be accessed anywhere?

41
Q

Which storage solution can deliver performance for workloads that require the lowest-latency access to data from a single EC2 instance?

A

Amazon EBS

42
Q

You can use ______________ with Amazon ECS to access file system data across your fleet of Amazon ECS tasks. That way, your tasks have access to the same persistent storage, no matter the infrastructure or container instance on which they land.

A

Amazon EFS file systems

43
Q

With _____________ mode, a file system’s throughput scales as the amount of data stored in the EFS standard or One Zone storage class grows.

A

Bursting Throughput mode

44
Q

__________________ mode for Amazon EFS is available for applications with high throughput to storage (MiB/s per TiB) ratios.

A

Provisioned Throughput Mode