Q76. AWS DataSync와 Direct Connect로 안전하고 빠른 대용량 데이터 전송하기
AWS 자격증을 준비하는 여러분, 안녕하세요. 오늘은 온프레미스 데이터 센터에서 AWS로 대용량의 민감한 데이터를 안전하고 효율적으로 전송하는 방법에 대해 알아보겠습니다. 이는 실제 기업 환경에서 자주 마주치는 과제이며, AWS 솔루션 아키텍트로서 꼭 알아야 할 중요한 주제입니다.
문제 상황
Q1:
회사는 단일 공장에 있는 여러 기계에서 매일 10TB의 계측 데이터를 수신합니다. 데이터는 공장 내에 위치한 온프레미스 데이터 센터의 SAN(Storage Area Network)에 저장된 JSON 파일로 구성됩니다. 회사는 이 데이터를 Amazon S3로 전송하여 중요한 실시간에 가까운 분석을 제공하는 여러 추가 시스템에서 액세스할 수 있기를 원합니다. 데이터가 민감한 것으로 간주되기 때문에 안전한 전송이 중요합니다.
가장 안정적인 데이터 전송을 제공하는 솔루션은 무엇입니까?
<small>A company receives 10 TB of telemetry data daily from multiple machines in a single factory. The data consists of JSON files stored on a storage area network (SAN) in an on-premises data center in the factory. The company wants to transfer this data to Amazon S3 so that multiple additional systems can access it to provide critical near-real-time analytics. Secure transfer is important because the data is considered sensitive.
Which solution will provide the MOST reliable data transfer?</small>
선택지
A. 공용 인터넷을 통한 AWS DataSync
<small>AWS DataSync over the public internet</small>
B. AWS Direct Connect를 통한 AWS DataSync
<small>AWS DataSync over AWS Direct Connect</small>
C. 공용 인터넷을 통한 AWS Database Migration Service(AWS DMS)
<small>AWS Database Migration Service (AWS DMS) over the public internet</small>
D. AWS Direct Connect를 통한 AWS Database Migration Service(AWS DMS)
<small>AWS Database Migration Service (AWS DMS) over AWS Direct Connect</small>
정답 및 해설
정답은 B입니다.
<small>The correct answer is B.</small>
AWS Direct Connect를 통한 AWS DataSync는 이 시나리오에 가장 적합한 솔루션입니다. 이 조합은 안전하고 신뢰할 수 있는 대용량 데이터 전송을 제공합니다.
-
AWS DataSync: 온프레미스와 AWS 스토리지 서비스 간의 데이터 이동을 자동화하고 가속화하는 서비스입니다. 대규모 데이터 세트를 효율적으로 전송할 수 있으며, 자동 암호화 및 데이터 무결성 검증 기능을 제공합니다.
-
AWS Direct Connect: 온프레미스 네트워크와 AWS 간에 전용 네트워크 연결을 제공합니다. 이는 공용 인터넷을 우회하여 더 안전하고 일관된 네트워크 성능을 보장합니다.
이 두 서비스를 결합함으로써, 회사는 다음과 같은 이점을 얻을 수 있습니다:
- 안전한 데이터 전송: Direct Connect를 통한 전용 연결로 데이터 노출 위험 최소화
- 높은 대역폭과 일관된 네트워크 성능: 대용량 데이터(10TB/일) 전송에 적합
- 데이터 무결성: DataSync의 자동 검증 기능으로 전송된 데이터의 정확성 보장
- 효율성: 자동화된 전송 프로세스로 운영 효율성 향상
<small>AWS DataSync over AWS Direct Connect is the most suitable solution for this scenario. This combination provides secure and reliable transfer for large volumes of data.
-
AWS DataSync: A service that automates and accelerates data movement between on-premises and AWS storage services. It can efficiently transfer large datasets and provides automatic encryption and data integrity validation.
-
AWS Direct Connect: Provides a dedicated network connection between on-premises networks and AWS. This bypasses the public internet, ensuring more secure and consistent network performance.
By combining these two services, the company can benefit from:
- Secure data transfer: Minimizes data exposure risk through dedicated connection via Direct Connect
- High bandwidth and consistent network performance: Suitable for transferring large volumes of data (10TB/day)
- Data integrity: DataSync's automatic validation ensures the accuracy of transferred data
- Efficiency: Automated transfer process improves operational efficiency</small>
오답 설명
A. 공용 인터넷을 통한 AWS DataSync:
데이터 전송에는 적합하지만, 민감한 데이터를 공용 인터넷을 통해 전송하는 것은 보안 위험이 있습니다.
<small>A. AWS DataSync over the public internet:
While suitable for data transfer, sending sensitive data over the public internet poses security risks.</small>
C. 공용 인터넷을 통한 AWS Database Migration Service(AWS DMS):
DMS는 주로 데이터베이스 마이그레이션에 사용되며, 파일 기반 데이터 전송에는 최적화되어 있지 않습니다. 또한 공용 인터넷 사용은 보안 문제가 있습니다.
<small>C. AWS Database Migration Service (AWS DMS) over the public internet:
DMS is primarily used for database migrations and is not optimized for file-based data transfers. Additionally, using the public internet poses security concerns.</small>
D. AWS Direct Connect를 통한 AWS Database Migration Service(AWS DMS):
Direct Connect 사용은 좋지만, DMS는 이 사용 사례에 적합하지 않습니다. JSON 파일 전송을 위한 최적의 도구가 아닙니다.
<small>D. AWS Database Migration Service (AWS DMS) over AWS Direct Connect:
While using Direct Connect is good, DMS is not the right tool for this use case. It's not optimized for transferring JSON files.</small>
결론
이 문제는 대용량의 민감한 데이터를 안전하고 효율적으로 전송하는 AWS 서비스의 선택에 대한 것입니다. AWS DataSync와 Direct Connect의 조합은 보안, 성능, 그리고 대규모 데이터 전송의 효율성을 모두 제공합니다. 솔루션 아키텍트로서, 데이터의 특성, 양, 보안 요구사항을 고려하여 적절한 데이터 전송 방법을 선택하는 것이 중요합니다.
<small>This question addresses the selection of AWS services for secure and efficient transfer of large volumes of sensitive data. The combination of AWS DataSync and Direct Connect offers security, performance, and efficiency for large-scale data transfers. As a solution architect, it's crucial to consider the nature of the data, its volume, and security requirements when choosing the appropriate data transfer method.</small>
댓글
댓글 쓰기