SAP-C02 Exam QuestionsBrowse all questions from this exam

SAP-C02 Exam - Question 330


A company is migrating an application to the AWS Cloud. The application runs in an on-premises data center and writes thousands of images into a mounted NFS file system each night. After the company migrates the application, the company will host the application on an Amazon EC2 instance with a mounted Amazon Elastic File System (Amazon EFS) file system.

The company has established an AWS Direct Connect connection to AWS. Before the migration cutover, a solutions architect must build a process that will replicate the newly created on-premises images to the EFS file system.

What is the MOST operationally efficient way to replicate the images?

Show Answer
Correct Answer: D

The most operationally efficient way to replicate images from an on-premises NFS file system to an Amazon EFS file system is to deploy an AWS DataSync agent to an on-premises server that has access to the NFS file system. DataSync is specifically designed to automate transferring large amounts of data between on-premises storage and AWS storage services, such as EFS. By using DataSync over the AWS Direct Connect connection, you can leverage a private and high-bandwidth network link, ensuring secure and efficient data transfer. Configuring a DataSync scheduled task to send the images directly to the EFS file system every 24 hours simplifies the process and reduces the need for intermediate storage or additional processing steps. This method provides a straightforward, efficient, and reliable solution for the data replication task.

Discussion

9 comments
Sign in to comment
devalenzuela86Option: D
Nov 21, 2023

D for sure

zhdetnOption: D
Dec 13, 2023

https://docs.aws.amazon.com/datasync/latest/userguide/datasync-in-vpc.html

vibzr2023
Jan 11, 2024

Answer: D Option C is also correct but why you need s3 when DataSync moves data directly from the on-premises NFS to EFS, eliminating intermediate storage and transfer steps, reducing latency and potential bottlenecks.

salazar35Option: D
Nov 25, 2023

D is most likely

shaaam80Option: D
Nov 28, 2023

Answer - D. Leveraging AWS PrivateLink with a private VIF ensures a private and secure connection between the on-premises environment and the Amazon EFS file system. This eliminates the need for public internet access.

Totoroha
Nov 29, 2023

Everybody sure Answer is D?? So: Amazon Elastic File System (Amazon EFS) does not offer AWS PrivateLink support directly.

dutchy1988
Nov 29, 2023

why not ? See https://docs.aws.amazon.com/efs/latest/ug/efs-vpc-endpoints.html Seems to be supported

GoKhe
Dec 22, 2023

but that is not for EFS APIs, not for data flow.

GoKhe
Dec 22, 2023

Also, EFS is accessed over a mount point which can be either an IP or DNS name. Both in private network. so, DX connection is good enough for it. PrivateLink in the answer is meaningless in this case

career360guruOption: D
Jan 9, 2024

Option D

Pics00094
Mar 21, 2024

B: no efs connection

vip2Option: D
Jul 10, 2024

see on-premises as source and AWS EFS as target