Which solution meets these requirements MOST cost-effectively?
Deploy an AWS Storage Gateway files gateway that is associated with an S3 bucket. Move the files from the on-premises file storage solution to the file gateway. Create an S3 Lifecycle rule to move the file to S3 Standard-Infrequent Access (S3 Standard-IA) after 5 days.
Deploy an AWS Storage Gateway volume gateway that is associated with an S3 bucket. Move the files from the on-premises file storage solution to the volume gateway. Create an S3 Lifecycle rule to move the files to S3 Glacier Deep Archive after 5 days.
Deploy an AWS Storage Gateway tape gateway that is associated with an S3 bucket. Move the files from the on-premises file storage solution to the tape gateway. Create an S3 Lifecycle rule to move the files to S3 Standard-Infrequent Access (S3 Standard-IA) after 5 days.
Deploy an AWS Storage Gateway file gateway that is associated with an S3 bucket. Move the files from the on-premises file storage solution to the tape gateway. Create an S3 Lifecycle rule to move the files to S3 Standard-Infrequent Access (S3 Standard-IA) after 5 days.
Deploy an AWS Storage Gateway file gateway that is associated with an S3 bucket. Move the files from the on-premises file storage solution to the file gateway. Create an S3 Lifecycle rule to move the files to S3 Glacier Deep Archive after 5 days.
Explanations:
The file gateway does not support moving files to S3 Standard-IA after 5 days since it is designed for frequent access and is not ideal for archival.
The volume gateway is not appropriate for file storage and NFS support. It is designed for block storage, making it unsuitable for the company’s on-premises file storage solution.
The tape gateway is primarily for backup and archiving data but does not support NFS file access directly. This option fails to meet the requirement of using NFS for the on-premises solution.
Similar to Option C, the tape gateway does not support file access through NFS. This solution also does not align with the requirement of moving files to the tape gateway.
The file gateway supports NFS and is designed for file storage solutions. Moving files to S3 Glacier Deep Archive after 5 days is suitable for cost-effective long-term storage and aligns with the company’s disaster recovery requirements.