aws sap 문제 풀이 12주차 문제풀이 6번

aws, sap, May 29, 2023

examptopics

Q29

A company is storing data on premises on a Windows file server. The company produces 5 GB of new data daily. The company migrated part of its Windows-based workload to AWS and needs the data to be available on a file system in the cloud. The company already has established an AWS Direct Connect connection between the on-premises network and AWS. Which data migration strategy should the company use?

A. Use the file gateway option in AWS Storage Gateway to replace the existing Windows file server, and point the existing file share to the new file gateway. B. Use AWS DataSync to schedule a daily task to replicate data between the on-premises Windows file server and Amazon FSx. C. Use AWS Data Pipeline to schedule a daily task to replicate data between the on-premises Windows file server and Amazon Elastic File System (Amazon EFS). D. Use AWS DataSync to schedule a daily task to replicate data between the on-premises Windows file server and Amazon Elastic File System (Amazon EFS).

생각들

DayaSync 관련 문제가 나왔는데, 한번도 사용해본적이 없어서, 간단히 정리

풀이 및 공부

답은 : B

D가 안되는 이유는 EFS 는 linux 시스템. 문제에서 Windows file server 라고 했기 때문에 EFS는 안되고 FSx로 해야함.

잘 나와있는 유튜브가 있어 아래 참고에 링크를 걸어둠

아래 Diagram이 설명을 잘해준것 같다.

storage resource(target) 쪽은 s3, EFS, FSx를 선택할 수 있는데 이 문제에서는 윈도우이므로 FSx를 선택해야한다.

DataSync의 콘솔을 한번도 안봤다면 아래 유튜브 영상을 한번 보는 것을 추천. 어렵지 않으며 DataSync의 사용법을 바로 이해할 수 있다.

참고

https://www.youtube.com/watch?v=iROp007IYLs

Comments