Knowledge Check: Storage (CLF-C01) Flashcards

1
Q

Where does Amazon EFS store its data?

A. A bucket
B. A volume
C. A cache
D. A file system

A

D. A file system

Explanation

Amazon EFS is similar to on-premise network attached storage, in contrast to EBS and EC2 instance store, which offer virtual directly attached storage, and Amazon S3, which offers internet accessible object storage with a flat structure.

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

Inwhich of the following scenarios will data be lost from an EC2 instance store? (Choose 2 answers)

A. The instance stops

B. Disk drive failure

C. The instance reboots

D. Network failure

A

A. The instance stops

Explanation:
Aninstance storeprovides temporary block-level storage for your instance. This storage is located on disks that are physically attached to the host computer. Instance store is ideal for temporary storage of information that changes frequently, such as buffers, caches, scratch data, and other temporary content, or for data that is replicated across a fleet of instances, such as a load-balanced pool of web servers.

Data in the instance store is lost under the following circumstances:

The underlying disk drive fails
The instance stops
The instance terminates

If the instance reboots (either intentionally or unintentionally) the data persists.

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

Which of the following is a use case for EBS (Elastic Block Store)?

A. Storing data that requires frequent updates.

B. Saving static images associated with a website.

C. Sharing storage for applications across multiple instances.

D. Storing information in a table that can be queried.

A

A. Storing data that requires frequent updates.

Explanation:
EBS must be attached to an EC2 Instance. EBS works particularly well as sort of a backend for a web server. EBS is useful as storage for whatever application you’re running on, things like locally keeping track of the state of the game or keeping track of how many users have connected to the server.

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

Which of the following storage solutions is best for situations where files are written once and then accessed many times?

A. Amazon Simple Storage Service (S3)
B. Amazon Elastic Block Store (EBS)
C. Amazon Elastic File Storage (EFS)
D. Amazon FSx

A

A. Amazon Simple Storage Service (S3)

Explanation:
Amazon Simple Storage Service, or S3, is an object storage solution. This type of storage is best for situations where files are written once and then accessed many times.

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

Which statement about EC2 instance store volumes is incorrect?
A. The storage cost is included in the EC2 instance price.
B. Instance store volumes offer very high I/O speed.
C. The instance store volumes reside on the same hardware as host instance.
D. They are available for all instance types.

A

D. They are available for all instance types.

Explanation:
Even though EC2 instance store volumes are part of the EC2 service itself, they are not available for all instance types. To see which instance types offer it, be sure to review the documentation closely.

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

Which of the following lists correctly names the AWS Snow family of devices, in order from smallest to largest?
A. Snowcone, Snowball, Snowmobile
B. Snowball, Snowcone, Snowmobile
C. Snowmobile, Snowball, Snowcone
D. Snowball, Snowmobile, Snowcone

A

A. Snowcone, Snowball, Snowmobile

Explanation:
As you can see from this table, both from a physical and capacity perspective, the Snowcone is the smallest, followed by the Snowball and finally the Snowmobile.

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

Which AWS service is an object-based serverless storage system that is able to handle a nearly unlimited amount of data?

A. Amazon DynamoDB

B. Amazon EC2

C. Amazon S3

D. Amazon ECS

A

C. Amazon S3

Explanation:
Amazon S3 is an object-based serverless storage system that is able to handle a nearly unlimited amount of data.

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

Where is an object stored in Amazon S3?

A. In a vault

B. In a bucket

C. In an archive

D. In a volume

A

B. In a bucket

Explanation:
Every object in Amazon S3 is stored in a bucket. You must create a bucket before you can store data in Amazon S3.

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

Which of the following storage solutions is best for applications that scale across multiple instances, allowing for parallel access of data?

A. Amazon Simple Storage Service (S3)
B. Amazon Elastic Block Store (EBS)

C. Amazon Elastic File System (EFS)
D. Amazon Blob Storage (BS)

A

C. Amazon Elastic File System (EFS)

Explanation:
Amazon Elastic File System, or EFS, is considered file-level storage and is also optimized for low-latency access, but unlike EBS, it supports access by multiple EC2 instances at once. As the file system can be accessed by multiple instances, it makes it a very good storage option for applications that scale across multiple instances, allowing for parallel access of data.

With EBS Multi-Attach now available as a feature, one may think this is the best choice – but its compatibility is limited

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

What is the potential size range for individual objects stored in Amazon S3?

A. 1 byte to 500 MB
B. 0 bytes to 5 TB
C. 100 MB to 5 GB
D. 1 byte to 5 TB

A

B. 0 bytes to 5 TB

Explanation:
The total volume of data and number of objects you can store are unlimited. Individual Amazon S3 objects can range in size from 0 bytes to 5 TB.

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

The AWS Snow family consists of a range of _____ that are all designed to enable you to transfer data into AWS from the edge or beyond the cloud.
A. physical hardware devices
B. cloud compute instances
C. virtual servers
D. managed relational databases

A

A. physical hardware devices

Explanation:
The Snow family consists of a range of physical hardware devices that are all designed to enable you to transfer data into AWS from the edge or beyond the cloud, such as your data center, but they can also be used to transfer data out of AWS too, for example, from Amazon S3 back to your data center.

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

If you are uncertain how often you will access and modify data, why is it cost-effective to use Amazon EFS Standard storage class instead of the Elastic File System Infrequent Access storage class?

A. EFS Infrequent Access performs reads and writes slower than EFS Standard.

B. The storage cost per GB is cheaper for EFS Infrequent Access than for EFS Standard.

C. Elastic File Storage Infrequent Access charges for each read and write operation.

D. The more data you store using EFS Standard, the greater the savings compared to EFS Infrequent Access.

A

C. Elastic File Storage Infrequent Access charges for each read and write operation.

Explanation:
If you are uncertain how frequently you will access data in your Elastic File System, it is best to use EFS rather than EFS-IA because the EFS Infrequent Access class associates a charge with each read and write you make to the storage class.

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

An Amazon EC2 instance store provides temporary block-level storage for your instance.Ephemeral storage is ideal for ________________.

A. persistent data
B. storing critical system files
C. high-performance storage of user files
D. non-persistent data

A

D. non-persistent data

Explanation:
An Amazon EC2 Instance Store provides temporary block-level storage for your instance. An instance store is ideal for temporary storage of information that changes frequently, such as buffers, caches, scratch data, and other temporary content. Ephemeral storage is ideal for non-persistent data.

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

Which of the following is an advantage of Amazon S3 storage over EBS store volumes for the storage of archived data?

A. It is cost-effective for storing data longterm

B. It is scalable with a single API call

C. It provides high IOPs

D. It is highly persistent

A

A. It is cost-effective for storing data longterm\

Explanation:
As compared to EBS store volumes, Amazon S3 storage is the cheapest option for the storage of files that may not be accessed for long periods of time. For example, data stored in the S3 Glacier Flexible Retrieval (Formerly S3 Glacier) storage classcan be stored for $0.004 per GB per month and can be used for long-term backups and archives with retrieval option from 1 minute to 12 hours.

EBS store volumes are highly scalable, provide low latency of up to 16,000 IOPS for General Purpose SSDs and up to 256,000 IOPS for the new Provisioned IOPS SSD IOPs, and are highly persistent. EBS store volumes are best suited to situations that require high availability and performance, not archival storage.

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

Amazon S3 allows you to set up _____ policies to put infrequently accessed data into a cheaper storage tier, to help deal with the cost of the ever-increasing data burden.

A. data movement
B. lifecycle
C. storage
D. tier

A

B. lifecycle

Explanation:
One benefit of using S3 is that we can set up lifecycle policies to help deal with the cost of the ever-increasing data burden. This allows us to put infrequently accessed data into a cheaper storage tier, and even to eventually put it into Glacier (the deep archival service) when we are fairly certain that that data isn’t going to be used for a long while.

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

Which AWS storage service is primarily a data-backup service?

A. Amazon S3

B. Amazon S3 Glacier

C. Amazon EBS

D. Amazon EFS

A

B. Amazon S3 Glacier

Explanation:
Glacier, on the other hand, is primarily a data-backup service. It is really, really cheap to store your data on Glacier, but it’s harder, slower, and more expensive to upload it or download it.

17
Q

Which of the following is an appropriate use case for AWS Snowball?

A. Data retrieval will take longer than a week using your existing connection method.

B. You want to store a few data files for deletion within one day.

C. You want to incur zero cost for data transfer services.

D. Data transfer must occur within one hour.

A

A. Data retrieval will take longer than a week using your existing connection method.

Explanation:
AWS Snowball is appropriate for cases in which it would take over one week to retrieve data using your existing connection. It is not cost-free for data transfer and it is not an appropriate use case for quick transfers of data, and it is not optimal for small amounts of data that will be deleted within a short amount of time. That data could be stored on an external drive or in an S3 bucket.

18
Q

Which statement best describe the AWS Snow Family?

A. Fully managed on-premises servers that extend AWS infrastructure, services, APIs, and tools to customer premises

B. Physical pieces of hardware that are used to transfer data into AWS from the edge of or beyond the Cloud

C. Cloud-backed storage volumes that you can mount as Internet Small Computer System Interface (iSCSI) devices from your on-premises application servers.

D. A group of computing devices that process cryptographic operations and provides secure storage for cryptographic keys.

A

B. Physical pieces of hardware that are used to transfer data into AWS from the edge of or beyond the Cloud

Explanation:
The AWS Snowcone is a part of the AWS snow family of devices. These devices are physical pieces of hardware that are used to transfer data into AWS from the edge of or beyond the Cloud, such as your data center, but they can also be used to transfer data out of AWS too–for example, from Amazon S3 back to your premises.

19
Q

Which Amazon S3 storage class offers cost savings for data with unknown or changing access patterns?

A. S3 One Zone - Infrequent Access
B. S3 Glacier
C. S3 Standard
D. S3 Intelligent - Tiering

A

D. S3 Intelligent - Tiering

Explanation:
S3 Intelligent - Tiering provides automatic cost savings for data with unknown or changing access patterns.

20
Q

Which of the following should you use as a backup solution in case an S3 bucket storage object is accidentally deleted?

A. Multi-Factor Authentication Delete

B. Lifecycle Policies

C. Versioning

D. Bucket Policies

A

C. Versioning

Explanation:
Enabling versioning on an S3 bucket ensures you can recover from misuse of an object or accidental deletion, and revert back to an older version of the same data object.

Multi-Factor Authentication Delete ensures that a user has to enter a 6 digit MFA code to delete an object, which prevents accidental deletion due to human error.

Lifecycle Policies allow you to automatically manage and move data between classes, allowing specific data to be relocated based on compliance and governance controls you might have in place.

Bucket Policies are JSON policies assigned to individual buckets. These Bucket Policies can also define who or what has access to that bucket’s contents, but they do not control versioning of objects within buckets.