SAP-C02 · Question #827
A company is migrating a document processing application to AWS. Documents are generated at a rate of five documents each second. The company will store the documents in an Amazon S3 bucket. The docum
The correct answer is D. Set up an Amazon FSx for Lustre file system with an import and export policy. Link the new file. Amazon FSx for Lustre is a high-performance file system optimized for CPU-intensive tasks and is ideal for workloads that require fast local access to data stored in Amazon S3. By linking an FSx for Lustre file system to the S3 bucket, the EC2 instances can quickly access the doc
Question
A company is migrating a document processing application to AWS. Documents are generated at a rate of five documents each second. The company will store the documents in an Amazon S3 bucket. The documents need to be downloaded from Amazon S3 as soon as the documents are available. The document processing application runs on Amazon EC2 instances and uses Linux servers that are optimized for CPU-intensive tasks. The document generation process requires fast local access to the files in Amazon S3. The company is unable to use S3 APIs for several months. The migration to AWS must be expedited. Which solution will meet these requirements?
Options
- ACreate an Amazon EFS file system and endpoint. Mount the file system by using NFS. Configure
- BConfigure Amazon S3 File Gateway. Set up a file share that is linked to the S3 bucket On the
- CDeploy AWS DataSync to connect to the EC2 instances. Configure a task to synchronize the
- DSet up an Amazon FSx for Lustre file system with an import and export policy. Link the new file
How the community answered
(20 responses)- A20% (4)
- B10% (2)
- C5% (1)
- D65% (13)
Explanation
Amazon FSx for Lustre is a high-performance file system optimized for CPU-intensive tasks and is ideal for workloads that require fast local access to data stored in Amazon S3. By linking an FSx for Lustre file system to the S3 bucket, the EC2 instances can quickly access the documents with high throughput. The Lustre client can be installed on the EC2 instances, and the file system can be mounted using NFS, providing fast access to the documents. This solution is optimal for high-performance applications and is well-suited for the company's need to process documents immediately after they are uploaded to S3.
Community Discussion
No community discussion yet for this question.