Amazon EFS One Zone Storage Classes Use Cases | SAA-C03 Exam Answers

Typical Use Cases of Amazon EFS One Zone Storage Classes

Prev Question Next Question

Question

Which of the following are typical use cases of Amazon EFS One Zone storage classes? (Select THREE)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

Answer: A, B, D.

The following table shows the characteristics of EFS vs.

EBS.

Refer to page 123 on the below link:

https://docs.aws.amazon.com/efs/latest/ug/efs-ug.pdf#performance

Option A, Option B, and Option D are characteristics of EFS.

Option C is characteristic of EBS.

Option E is characteristic of S3.

For more information on AWS EFS use cases, refer to the documentation here.

https://docs.aws.amazon.com/efs/latest/ug/performance.html#performance-usecases
Storage characteristics comparison: Amazon EFS and Amazon EBS

Availability and
durability

Access

Amazon EFS file systems
using One Zone storage
classes

Data is stored redundantly in a
single Availability Zone.

Up to thousands of compute
instances, from multiple
Availability Zones, can connect
concurrently to a file system.

123

Amazon EFS file systems
using Regional storage
classes

Data is stored redundantly
across multiple Availability
Zones.

Up to thousands of compute
instances, from multiple
Availability Zones, can connect
concurrently to a file system.

‘Amazon EBS
Provisioned
1ops

Data is stored
redundantly

ina single
Availability Zone.
Asingle compute
instance

ina single
Availability Zone

‘Amazon Elastic File System User Guide
Understanding metered throughput

‘Amazon EFS file systems
using One Zone storage
classes

Big data and analytics, media
processing workflows, content
management, web serving,
and home directories that do
not require Multi-AZ resilience.

Amazon EFS file systems

using Regional storage
classes

Big data and analytics, media
processing workflows, content
management, web serving,
and home directories.

Amazon EBS
Provisioned
1oPs

can connect to a
file system.

Boot volumes,
transactional
and NoSQL
databases, data
warehousing,
and ETL.

Amazon EFS (Elastic File System) is a fully managed file storage service for EC2 instances that provides scalable and highly available file storage for use with AWS Cloud services and on-premises resources. EFS offers three storage classes: Standard, Infrequent Access (IA), and One Zone Infrequent Access (One Zone-IA). One Zone-IA is a lower-cost storage class compared to Standard and IA but provides a lower level of durability because data is stored in a single Availability Zone (AZ).

The typical use cases of Amazon EFS One Zone storage classes are:

A. Data is stored redundantly in a single AZ: One Zone-IA is designed for use cases where data is replaceable, such as content distribution, development and test, and transient data storage. It is not recommended for data that requires high levels of durability, such as mission-critical production workloads.

B. Up to thousands of Amazon EC2 instances from multiple AZs can connect concurrently to a file system: One Zone-IA can handle up to thousands of concurrent connections from multiple Amazon EC2 instances within the same VPC and AZ.

D. Big data and analytics, media processing workflows, content management, web serving, and home directories that do not require Multi-AZ resilience: One Zone-IA is suitable for workloads that do not require Multi-AZ resilience, such as big data and analytics, media processing workflows, content management, web serving, and home directories.

Therefore, the correct answers are A, B, and D. Option C is incorrect because One Zone-IA is not suitable for boot volumes, transactional and NoSQL databases, data warehousing, and ETL workloads that require high durability and Multi-AZ resilience. Option E is also incorrect because One Zone-IA does not support cross-region replication.