A business's backup data totals 700 terabytes (TB) and is kept in network attached storage (NAS) at its data center. This backup data must be available in the event of occasional regulatory inquiries and preserved for a period of seven years. The organization has chosen to relocate its backup data from its on-premises data center to Amazon Web Services (AWS). Within one month, the migration must be completed. The company's public internet connection provides 500 Mbps of dedicated capacity for data transport.
What should a solutions architect do to ensure that data is migrated and stored at the LOWEST possible cost?
- A. Order AWS Snowball devices to transfer the data. Use a lifecycle policy to transition the files to Amazon S3 Glacier Deep Archive.
- B. Deploy a VPN connection between the data center and Amazon VPC. Use the AWS CLI to copy the data from on premises to Amazon S3 Glacier.
- C. Provision a 500 Mbps AWS Direct Connect connection and transfer the data to Amazon S3. Use a lifecycle policy to transition the files to Amazon S3 Glacier Deep Archive.
- D. Use AWS DataSync to transfer the data and deploy a DataSync agent on premises. Use the DataSync task to copy files from the on-premises NAS storage to Amazon S3 Glacier.
한글 번역
기업의 백업 데이터는 총 700TB이며 데이터 센터의 NAS(Network Attached Storage)에 보관됩니다. 이 백업 데이터는 규제 관련 문의가 있을 경우 사용할 수 있어야 하며 7년 동안 보존해야 합니다. 조직은 백업 데이터를 온프레미스 데이터 센터에서 Amazon Web Services(AWS)로 재배치하기로 결정했습니다. 한 달 이내에 마이그레이션을 완료해야 합니다. 회사의 공용 인터넷 연결은 500Mbps의 데이터 전송 전용 용량을 제공합니다.
가장 낮은 비용으로 데이터를 마이그레이션하고 저장하기 위해 솔루션 설계자는 무엇을 해야 합니까?
- A. AWS Snowball 디바이스에 데이터를 전송하도록 주문합니다. 수명 주기 정책을 사용하여 파일을 Amazon S3 Glacier Deep Archive로 전환합니다.
- B. 데이터 센터와 Amazon VPC 간에 VPN 연결을 배포합니다. AWS CLI를 사용하여 온프레미스에서 Amazon S3 Glacier로 데이터를 복사합니다.
- C. 500Mbps AWS Direct Connect 연결을 프로비저닝하고 데이터를 Amazon S3로 전송합니다. 수명 주기 정책을 사용하여 파일을 Amazon S3 Glacier Deep Archive로 전환합니다.
- D. AWS DataSync를 사용하여 데이터를 전송하고 DataSync 에이전트를 온프레미스에 배포합니다. DataSync 작업을 사용하여 온프레미스 NAS 스토리지에서 Amazon S3 Glacier로 파일을 복사합니다.
정답
- A. Order AWS Snowball devices to transfer the data. Use a lifecycle policy to transition the files to Amazon S3 Glacier Deep Archive.
해설
DataSync의 작업 실행 내역이 보존되는 일수는 30일이다.
이 문제에서 인터넷 속도는 500Mbps 즉 8비트당 1바이트이기 때문에 500Mbps는 /8을 한 결과 초당 62.5MB 씩 전송이 가능하다. 즉 700TB를 보내기 위해서는 최소 120일이 넘어가기 때문에 A는 사용할 수 없다.
그러므로 snowball device를 사용해야 한다.
AWS Snowball Edge는 일부 AWS 기능을 위한 온보드 스토리지 및 컴퓨팅 성능을 갖춘 Snowball 디바이스 유형입니다. Snowball Edge는 로컬 환경과 AWS 클라우드 간에 데이터를 전송하는 것 외에도 로컬 처리 및 에지 컴퓨팅 워크로드를 수행할 수 있습니다.
각 Snowball Edge 장치는 인터넷보다 빠른 속도로 데이터를 전송할 수 있습니다. 이 전송은 지역 운송업체를 통해 어플라이언스의 데이터를 배송하여 수행됩니다. 어플라이언스는 견고하며 E Ink 배송 라벨이 부착되어 있습니다.
참조 문서
https://docs.aws.amazon.com/ko_kr/datasync/latest/userguide/datasync-limits.html
https://docs.aws.amazon.com/snowball/latest/developer-guide/whatisedge.html
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 168 (0) | 2022.06.29 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 167 (0) | 2022.06.29 |
[AWS][SAA][EXAMTOPICS] Question 166 (0) | 2022.06.28 |
[AWS][SAA][EXAMTOPICS] Question 165 (0) | 2022.06.28 |
[AWS][SAA][EXAMTOPICS] Question 163 (0) | 2022.06.28 |
[AWS][SAA][EXAMTOPICS] Question 162 (0) | 2022.06.28 |
[AWS][SAA][EXAMTOPICS] Question 161 (0) | 2022.06.28 |
[AWS][SAA][EXAMTOPICS] Question 160 (0) | 2022.06.28 |
댓글