Skip to content

3.6

Question 1

A media company stores millions of images and video files that are accessed by customers through a web application. The company needs highly durable storage that can scale without managing disks or file systems. Which AWS service should the company use?

A. Amazon S3
B. Amazon EBS
C. Amazon EFS
D. Amazon FSx

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon S3 is an object storage service designed to store and retrieve large amounts of data with high durability and scalability. * **Why distractors are incorrect:** * **B (Amazon EBS):** Provides block storage volumes primarily for use with Amazon EC2 instances. * **C (Amazon EFS):** Provides managed elastic file storage for file-based workloads. * **D (Amazon FSx):** Provides managed file systems for specific file system technologies, such as Windows File Server or Lustre.

Question 2

A company stores monthly reports in Amazon S3. The reports are accessed only once or twice each month, but when accessed, they must be retrieved immediately. The data must also be stored redundantly across multiple Availability Zones. Which S3 storage class is most appropriate?

A. S3 Standard-IA
B. S3 One Zone-IA
C. S3 Glacier Flexible Retrieval
D. S3 Glacier Deep Archive

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** S3 Standard-Infrequent Access (Standard-IA) is designed for data that is accessed less frequently but requires rapid retrieval. It stores data redundantly across multiple Availability Zones. * **Why distractors are incorrect:** * **B (S3 One Zone-IA):** Stores data in a single Availability Zone, so it does not meet the requirement for multi-AZ storage. * **C (S3 Glacier Flexible Retrieval):** Is intended for archival data and generally has retrieval times ranging from minutes to hours. * **D (S3 Glacier Deep Archive):** Is designed for long-term archival data that is rarely accessed and does not provide immediate retrieval.

Question 3

A company runs a database on an Amazon EC2 instance. The database requires persistent, low-latency block storage that remains available when the EC2 instance is stopped and started. Which AWS service should the company use?

A. Amazon EBS
B. Amazon S3
C. AWS Storage Gateway
D. Amazon EFS

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon Elastic Block Store (Amazon EBS) provides persistent block storage volumes that can be attached to EC2 instances and retain data independently of the instance lifecycle. * **Why distractors are incorrect:** * **B (Amazon S3):** Provides object storage and cannot be used as a standard block device for an EC2 operating system. * **C (AWS Storage Gateway):** Connects on-premises environments with cloud storage services; it is not the typical block storage solution for an EC2 database. * **D (Amazon EFS):** Provides shared file storage rather than block storage for a database volume.

Question 4

A high-performance application runs on Amazon EC2 and uses temporary scratch data during processing. The data does not need to persist if the EC2 instance is stopped or terminated. Which storage option is most appropriate?

A. EC2 instance store
B. Amazon EBS
C. Amazon S3 Standard
D. Amazon EFS

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** EC2 instance store provides temporary block-level storage physically attached to the host. It is suitable for temporary data such as caches, buffers, and scratch files, but the data is lost when the instance is stopped or terminated. * **Why distractors are incorrect:** * **B (Amazon EBS):** Provides persistent block storage that is designed to retain data independently of the EC2 instance. * **C (Amazon S3 Standard):** Provides durable object storage rather than local temporary block storage. * **D (Amazon EFS):** Provides shared, persistent file storage and is not intended as temporary host-attached scratch storage.

Question 5

A company is migrating a Linux application to AWS. Multiple Amazon EC2 instances must access the same shared file system concurrently, and the file system should automatically grow as more files are added. Which AWS service meets these requirements?

A. Amazon EFS
B. Amazon EBS
C. Amazon S3 Glacier
D. EC2 instance store

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon Elastic File System (Amazon EFS) provides a managed, elastic file system that can be mounted concurrently by multiple EC2 instances. * **Why distractors are incorrect:** * **B (Amazon EBS):** EBS volumes are block storage volumes generally attached to individual EC2 instances and are not designed as shared file systems. * **C (Amazon S3 Glacier):** Provides archival object storage, not a mounted shared file system for active application workloads. * **D (EC2 instance store):** Provides temporary storage local to an individual EC2 host and cannot provide a persistent shared file system.

Question 6

A company is migrating a Windows file server to AWS. The application requires a managed file system that supports the Server Message Block (SMB) protocol and Windows-compatible features. Which AWS service should the company choose?

A. Amazon FSx for Windows File Server
B. Amazon EFS
C. Amazon S3
D. Amazon EBS

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon FSx for Windows File Server provides fully managed Windows file systems with SMB support and integration with Windows environments. * **Why distractors are incorrect:** * **B (Amazon EFS):** Provides a Linux-oriented NFS file system rather than a Windows SMB file system. * **C (Amazon S3):** Provides object storage and does not natively provide a Windows file share with SMB semantics. * **D (Amazon EBS):** Provides block storage for EC2 instances, not a managed shared Windows file system.

Question 7

A company wants on-premises applications to access files through a standard file share. The company wants frequently accessed files cached locally while storing the complete data set in Amazon S3. Which AWS service should the company use?

A. AWS Storage Gateway
B. Amazon EFS
C. Amazon EBS
D. AWS Backup

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** AWS Storage Gateway, specifically S3 File Gateway, provides on-premises file shares while storing objects in Amazon S3 and caching frequently accessed data locally. * **Why distractors are incorrect:** * **B (Amazon EFS):** Provides a cloud-based file system for AWS workloads and does not provide the same on-premises S3 file gateway capability. * **C (Amazon EBS):** Provides block storage for EC2 instances and is not an on-premises file caching service. * **D (AWS Backup):** Centralizes and automates backups but does not provide an active cached file share.

Question 8

A company wants to automatically manage objects stored in an Amazon S3 bucket as they age. The company wants older objects moved to an archival storage class and expired objects deleted after a defined retention period. Which TWO actions can be configured using an S3 lifecycle policy? (Select TWO)

A. Transition objects to an S3 Glacier storage class
B. Expire and delete objects after a specified period
C. Attach an Amazon EBS volume to an EC2 instance
D. Create an Amazon EFS file system
E. Continuously replicate an EC2 server to another AWS Region

Click to view Answer & Explanation **Correct Answers:** A and B **Explanation:** * **Why A is correct:** S3 lifecycle policies can transition objects to lower-cost storage classes, including S3 Glacier storage classes, based on object age or other rules. * **Why B is correct:** S3 lifecycle policies can expire and delete objects after a specified period to help enforce retention requirements and reduce storage costs. * **Why distractors are incorrect:** * **C (Attach an Amazon EBS volume to an EC2 instance):** This is an EC2 and EBS operation, not an S3 lifecycle action. * **D (Create an Amazon EFS file system):** EFS creation is unrelated to S3 object lifecycle management. * **E (Continuously replicate an EC2 server to another AWS Region):** This is a disaster recovery capability provided by AWS Elastic Disaster Recovery, not an S3 lifecycle action.

Question 9

A company wants a centralized service to define backup policies and automatically back up Amazon EBS volumes and Amazon EFS file systems across multiple AWS accounts. Which AWS service should the company use?

A. AWS Backup
B. Amazon S3 Lifecycle
C. AWS Storage Gateway
D. Amazon S3 Glacier

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** AWS Backup provides centralized management and automation of backups for supported AWS resources, including Amazon EBS and Amazon EFS. * **Why distractors are incorrect:** * **B (Amazon S3 Lifecycle):** Automates transitions and expirations for S3 objects but does not centrally manage backups of EBS and EFS resources. * **C (AWS Storage Gateway):** Provides hybrid cloud storage integration and caching, not centralized backup policy management. * **D (Amazon S3 Glacier):** Provides archival storage classes but does not create or centrally coordinate backups of EBS and EFS.

Question 10

A company operates a critical on-premises application and wants to minimize data loss by continuously replicating its servers to AWS. If the primary environment fails, the company wants to launch the replicated servers in AWS. Which AWS service is designed for this requirement?

A. AWS Elastic Disaster Recovery
B. AWS Backup
C. Amazon EFS
D. Amazon S3

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** AWS Elastic Disaster Recovery continuously replicates on-premises or cloud-based servers to AWS and supports launching recovery instances during a disaster. * **Why distractors are incorrect:** * **B (AWS Backup):** Provides backup and restore capabilities but is not designed for continuous server replication and rapid disaster recovery orchestration. * **C (Amazon EFS):** Provides managed file storage and does not replicate complete application servers for disaster recovery. * **D (Amazon S3):** Provides object storage and can store backup data, but it does not continuously replicate and launch complete application servers.

Question 11

A company is migrating a web application to Amazon EC2. The application requires persistent block storage that remains available when an EC2 instance is stopped and started again. Which AWS service should the company use?

A. Amazon Elastic Block Store (Amazon EBS)
B. EC2 instance store
C. Amazon Elastic File System (Amazon EFS)
D. Amazon S3

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon EBS provides persistent block storage volumes that can be attached to EC2 instances. EBS data persists independently of the lifecycle of the attached instance. * **Why B is incorrect:** EC2 instance store provides temporary block-level storage that is lost when the instance is stopped, terminated, or fails. * **Why C is incorrect:** Amazon EFS is a managed file system, not block storage for an individual EC2 instance. * **Why D is incorrect:** Amazon S3 is object storage and is not used as a block device for EC2.

Question 12

A media company stores millions of video files that users access directly through an application. The company wants highly durable storage that can store objects of varying sizes without managing servers or file systems. Which AWS service meets these requirements?

A. Amazon S3
B. Amazon EBS
C. Amazon FSx for Windows File Server
D. EC2 instance store

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon S3 is object storage designed to store and retrieve large amounts of data, including media files, without requiring server or file system management. * **Why B is incorrect:** Amazon EBS provides block storage volumes primarily for use with EC2 instances. * **Why C is incorrect:** Amazon FSx for Windows File Server provides managed Windows file shares rather than object storage. * **Why D is incorrect:** EC2 instance store is temporary local block storage and is not suitable for durable storage of media files.

Question 13

A company stores customer records in Amazon S3. The records are accessed frequently during the first 30 days and then are rarely accessed, but must remain available immediately when needed. Which S3 storage class is most appropriate for the records after they become infrequently accessed?

A. S3 Standard-IA
B. S3 Glacier Deep Archive
C. S3 One Zone-IA
D. S3 Glacier Flexible Retrieval

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** S3 Standard-IA is designed for data that is accessed less frequently but still requires millisecond access when needed. It stores data redundantly across multiple Availability Zones. * **Why B is incorrect:** S3 Glacier Deep Archive is intended for long-term archival data with retrieval times that are generally measured in hours. * **Why C is incorrect:** S3 One Zone-IA stores data in a single Availability Zone and is intended for data that can be recreated or does not require multi-AZ resilience. * **Why D is incorrect:** S3 Glacier Flexible Retrieval is designed for archival data and may require minutes to hours for retrieval.

Question 14

A research organization stores compliance archives that are rarely accessed. The organization wants the lowest possible storage cost and can tolerate retrieval times of several hours. Which S3 storage class should it choose?

A. S3 Standard
B. S3 Intelligent-Tiering
C. S3 Glacier Deep Archive
D. S3 Standard-IA

Click to view Answer & Explanation **Correct Answer:** C **Explanation:** * **Why C is correct:** S3 Glacier Deep Archive is designed for long-term retention of data that is rarely accessed, such as compliance and regulatory archives. * **Why A is incorrect:** S3 Standard is intended for frequently accessed data and generally costs more than archival storage classes. * **Why B is incorrect:** S3 Intelligent-Tiering automatically moves objects between access tiers but is intended for data with changing or unpredictable access patterns. * **Why D is incorrect:** S3 Standard-IA supports infrequently accessed data that still requires rapid access and is not optimized for long-term deep archiving.

Question 15

A company is unsure how often its S3 objects will be accessed. It wants Amazon S3 to automatically move objects between access tiers to reduce storage costs without manually creating separate lifecycle rules for each access pattern. Which storage class should it use?

A. S3 Intelligent-Tiering
B. S3 One Zone-IA
C. S3 Glacier Deep Archive
D. S3 Standard

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** S3 Intelligent-Tiering automatically moves objects between access tiers based on changing access patterns, helping optimize storage costs. * **Why B is incorrect:** S3 One Zone-IA is intended for infrequently accessed data that can tolerate storage in one Availability Zone; it does not automatically optimize across access tiers in the same way. * **Why C is incorrect:** S3 Glacier Deep Archive is intended for data that is rarely accessed and requires archival retrieval. * **Why D is incorrect:** S3 Standard is optimized for frequently accessed data and does not automatically move objects to lower-cost access tiers.

Question 16

A financial services company must retain audit files for seven years. The files are frequently accessed during the first 90 days and then should be moved to lower-cost storage automatically. Which capability should the company use?

A. An Amazon S3 lifecycle policy
B. An EC2 instance store
C. An Amazon EBS snapshot schedule only
D. An Amazon EFS mount target

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon S3 lifecycle policies can automatically transition objects to lower-cost storage classes or expire objects based on age, prefixes, or tags. * **Why B is incorrect:** EC2 instance store is temporary storage and is not designed for long-term retention. * **Why C is incorrect:** EBS snapshots protect EBS volumes but do not manage transitions of objects stored in S3. * **Why D is incorrect:** An EFS mount target provides network access to an EFS file system; it does not manage S3 object transitions.

Question 17

A Linux application runs on several EC2 instances in different Availability Zones. All instances must access the same shared file system using standard file system operations. Which AWS service is most appropriate?

A. Amazon EFS
B. Amazon EBS
C. Amazon S3 Glacier
D. EC2 instance store

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon EFS is a managed, elastic file system that can be mounted by multiple compute resources and is designed for shared file access. * **Why B is incorrect:** An EBS volume is normally attached to a single EC2 instance and is block storage rather than a shared file system. * **Why C is incorrect:** Amazon S3 Glacier is archival object storage and is not mounted as a shared file system for standard application file operations. * **Why D is incorrect:** EC2 instance store is local to an instance and cannot provide shared file access across multiple instances.

Question 18

A company is migrating a file share used by Windows applications. The applications require SMB access, Windows file permissions, and integration with Microsoft Active Directory. Which AWS service should the company choose?

A. Amazon FSx for Windows File Server
B. Amazon EFS
C. Amazon S3
D. Amazon EBS

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon FSx for Windows File Server provides managed Windows file shares using the SMB protocol and supports Windows-based access controls and Active Directory integration. * **Why B is incorrect:** Amazon EFS primarily provides a Linux-compatible file system using NFS and is not designed for native Windows SMB file shares. * **Why C is incorrect:** Amazon S3 is object storage and does not natively provide a Windows SMB file share. * **Why D is incorrect:** Amazon EBS provides block storage for EC2 and does not provide a managed, shared SMB file service.

Question 19

A high-performance computing application requires a shared file system with very high throughput and low latency for processing large datasets. Which AWS service is designed for this use case?

A. Amazon FSx for Lustre
B. Amazon S3 Glacier Deep Archive
C. Amazon EBS
D. AWS Backup

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon FSx for Lustre is a managed, high-performance file system designed for workloads such as machine learning, high-performance computing, and large-scale data processing. * **Why B is incorrect:** S3 Glacier Deep Archive is designed for low-cost, long-term archival storage, not high-performance active processing. * **Why C is incorrect:** Amazon EBS provides block storage for EC2 instances but is not a shared, high-performance parallel file system for this scenario. * **Why D is incorrect:** AWS Backup centralizes backup management and does not provide an active high-performance file system.

Question 20

A manufacturing company has an on-premises application that uses standard file protocols. The company wants users to access frequently used files locally while storing the files in Amazon S3. Which AWS service should it use?

A. AWS Storage Gateway
B. Amazon EBS
C. Amazon FSx for Lustre
D. Amazon S3 Glacier

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** AWS Storage Gateway, including S3 File Gateway, provides on-premises file access while storing objects in Amazon S3. Frequently accessed data can be cached locally. * **Why B is incorrect:** Amazon EBS is block storage for EC2 instances and does not provide an on-premises file gateway to S3. * **Why C is incorrect:** Amazon FSx for Lustre is a managed high-performance file system for AWS workloads and is not the general-purpose on-premises S3 file gateway in this scenario. * **Why D is incorrect:** Amazon S3 Glacier is archival storage and is not used to provide a local cached file share.

Question 21

A company needs to protect several Amazon EBS volumes, Amazon EFS file systems, and Amazon S3 buckets using centrally managed backup policies. Which AWS service should it use?

A. AWS Backup
B. AWS Storage Gateway
C. Amazon S3 lifecycle policies
D. AWS Elastic Disaster Recovery

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** AWS Backup provides centralized backup management and policy-based protection for supported AWS resources, including EBS, EFS, and S3. * **Why B is incorrect:** AWS Storage Gateway connects on-premises environments with AWS storage services but is not a centralized backup policy service for these resources. * **Why C is incorrect:** S3 lifecycle policies manage transitions and expiration of S3 objects, not centralized backups across multiple AWS services. * **Why D is incorrect:** AWS Elastic Disaster Recovery is used to replicate servers for disaster recovery rather than centrally managing backups for multiple AWS storage resources.

Question 22

A company wants to automatically create daily backups of Amazon EBS volumes and retain them for 90 days according to a policy. Which service is most appropriate?

A. AWS Backup
B. Amazon EFS
C. Amazon S3 Standard-IA
D. EC2 instance store

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** AWS Backup can create scheduled backups of EBS volumes and apply retention policies, such as retaining backups for 90 days. * **Why B is incorrect:** Amazon EFS is a file storage service and does not itself provide centralized scheduled backup management for EBS volumes. * **Why C is incorrect:** S3 Standard-IA is a storage class for infrequently accessed S3 objects, not a service for creating EBS backups. * **Why D is incorrect:** EC2 instance store is temporary storage and does not provide scheduled backup capabilities.

Question 23

An organization needs to move an on-premises physical server workload to AWS after a regional disaster. It requires continuous replication and fast recovery of the server in AWS. Which AWS service is designed for this requirement?

A. AWS Elastic Disaster Recovery
B. AWS Backup
C. AWS Storage Gateway
D. Amazon S3 Glacier Flexible Retrieval

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** AWS Elastic Disaster Recovery continuously replicates supported source servers to AWS and helps organizations recover applications in the event of a disaster. * **Why B is incorrect:** AWS Backup provides backup and restore management but is not the primary service for continuous server replication and rapid disaster recovery. * **Why C is incorrect:** AWS Storage Gateway provides hybrid storage integration and caching, not full server disaster recovery replication. * **Why D is incorrect:** S3 Glacier Flexible Retrieval is an archival storage class and does not replicate or recover running servers.

Question 24

A company is choosing between Amazon EBS and EC2 instance store for a temporary scratch area used during data processing. The data can be recreated if the EC2 instance stops or fails. Which storage option is most appropriate?

A. EC2 instance store
B. Amazon EBS
C. Amazon EFS
D. Amazon S3 Standard

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** EC2 instance store provides temporary, high-performance local storage that is appropriate for caches, scratch data, and data that can be recreated. * **Why B is incorrect:** Amazon EBS is persistent block storage and is more appropriate when data must survive instance stops or failures. * **Why C is incorrect:** Amazon EFS is shared network file storage and may be unnecessary for temporary local scratch data. * **Why D is incorrect:** Amazon S3 Standard is durable object storage but is not local block storage for temporary processing operations.

Question 25

A company wants to store data that is accessed only a few times per year but must be retrieved within milliseconds when needed. The company also wants multi-AZ resilience. Which S3 storage class is most appropriate?

A. S3 Glacier Flexible Retrieval
B. S3 Standard-IA
C. S3 One Zone-IA
D. S3 Glacier Deep Archive

Click to view Answer & Explanation **Correct Answer:** B **Explanation:** * **Why B is correct:** S3 Standard-IA is designed for infrequently accessed data that requires immediate access and provides storage across multiple Availability Zones. * **Why A is incorrect:** S3 Glacier Flexible Retrieval is intended for archival data and retrieval can take minutes to hours. * **Why C is incorrect:** S3 One Zone-IA stores data in one Availability Zone and does not provide the multi-AZ resilience required here. * **Why D is incorrect:** S3 Glacier Deep Archive is intended for long-term archival data and does not provide millisecond retrieval.

Question 26

A company has reproducible data stored in Amazon S3. The data is accessed infrequently and the company wants to reduce costs by storing it in only one Availability Zone. Which storage class should it consider?

A. S3 One Zone-IA
B. S3 Standard
C. S3 Glacier Instant Retrieval
D. S3 Intelligent-Tiering

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** S3 One Zone-IA is designed for infrequently accessed data that can be recreated and does not require resilience across multiple Availability Zones. * **Why B is incorrect:** S3 Standard is intended for frequently accessed data and generally has a higher storage cost. * **Why C is incorrect:** S3 Glacier Instant Retrieval is an archival storage class for rarely accessed data that still requires immediate retrieval. * **Why D is incorrect:** S3 Intelligent-Tiering is useful when access patterns are unknown or change over time; this scenario specifically identifies infrequent, reproducible data suitable for one-zone storage.

Question 27

A company needs a shared file system for Linux-based EC2 instances. The file system must automatically grow and shrink as files are added or deleted, without the company provisioning storage capacity in advance. Which service should it use?

A. Amazon EFS
B. Amazon EBS
C. Amazon FSx for Windows File Server
D. Amazon S3 Glacier

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Amazon EFS is an elastic managed file system that automatically scales its storage capacity as data is added or removed. * **Why B is incorrect:** Amazon EBS provides provisioned block storage volumes and is not a shared elastic file system for multiple Linux instances. * **Why C is incorrect:** Amazon FSx for Windows File Server is designed for Windows-compatible SMB file shares rather than this Linux file system requirement. * **Why D is incorrect:** Amazon S3 Glacier is archival object storage and does not provide a Linux file system for active workloads.

Question 28

A company wants to archive application logs in Amazon S3. Logs older than one year are rarely accessed, but occasional retrieval must be possible without the several-hour retrieval time associated with the deepest archive tier. Which storage class is most appropriate?

A. S3 Glacier Instant Retrieval
B. S3 Standard
C. S3 One Zone-IA
D. S3 Glacier Deep Archive

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** S3 Glacier Instant Retrieval is designed for rarely accessed archival data that still requires immediate access when retrieved. * **Why B is incorrect:** S3 Standard is intended for frequently accessed data and generally costs more for long-term archival use. * **Why C is incorrect:** S3 One Zone-IA is for infrequently accessed data stored in one Availability Zone and is not the archival tier emphasized in this scenario. * **Why D is incorrect:** S3 Glacier Deep Archive provides lower-cost long-term archival storage but is intended for data that can tolerate longer retrieval times.

Question 29

A company needs to provide a Windows-based application with a managed file system that supports SMB, while a separate Linux application needs a shared file system using NFS. Which two services should the company use? (Select TWO)

A. Amazon FSx for Windows File Server
B. Amazon EFS
C. Amazon EBS
D. Amazon S3
E. EC2 instance store

Click to view Answer & Explanation **Correct Answer:** A and B **Explanation:** * **Why A is correct:** Amazon FSx for Windows File Server provides managed SMB file shares for Windows applications. * **Why B is correct:** Amazon EFS provides a managed shared file system suitable for Linux workloads using NFS. * **Why C is incorrect:** Amazon EBS is block storage and does not natively provide the required shared SMB and NFS file services. * **Why D is incorrect:** Amazon S3 is object storage and does not natively provide the required file system protocols. * **Why E is incorrect:** EC2 instance store is temporary local storage for a single instance and is not a shared file service.

Question 30

A company wants to reduce the cost of storing S3 objects that have unpredictable access patterns. Some objects may be accessed frequently, while others may not be accessed for months. Which two approaches can help manage storage costs? (Select TWO)

A. Use S3 Intelligent-Tiering
B. Configure an S3 lifecycle policy to transition older objects to an appropriate archival storage class
C. Store all objects on EC2 instance store
D. Move all objects to Amazon EBS volumes
E. Use Amazon EFS for all S3 objects

Click to view Answer & Explanation **Correct Answer:** A and B **Explanation:** * **Why A is correct:** S3 Intelligent-Tiering automatically moves objects between access tiers based on changing access patterns. * **Why B is correct:** S3 lifecycle policies can transition objects to lower-cost storage classes as they age or become less frequently accessed. * **Why C is incorrect:** EC2 instance store is temporary and unsuitable for durable storage of S3 objects. * **Why D is incorrect:** Amazon EBS is block storage for EC2 and is not an alternative object storage service for S3 data. * **Why E is incorrect:** Amazon EFS is a shared file system, not an object storage service designed to manage S3 objects or their access tiers.