SAA-C03 · Question #542
A company wants to migrate hundreds of gigabytes of unstructured data from an on-premises location to an Amazon S3 bucket. The company has a 100-Mbps internet connection on premises. The company needs
The correct answer is B. Use AWS DataSync to migrate the data from the on-premises location to an S3 bucket.. AWS DataSync provides a fully managed, secure, and high-performance service for transferring large amounts of data between on-premises storage and Amazon S3. It uses TLS encryption in transit and automates data validation, scheduling, and monitoring. "AWS DataSync securely and ef
Question
A company wants to migrate hundreds of gigabytes of unstructured data from an on-premises location to an Amazon S3 bucket. The company has a 100-Mbps internet connection on premises. The company needs to encrypt the data in transit to the S3 bucket. The company will store new data directly in Amazon S3. Which solution will meet this requirement?
Options
- AUse AWS Database Migration Service (AWS DMS) to synchronize the on-premises data to a
- BUse AWS DataSync to migrate the data from the on-premises location to an S3 bucket.
- CUse an AWS Snowball Edge device to migrate the data to an S3 bucket. Use an AWS CloudHSM
- DSet up an AWS Direct Connect connection between the on-premises location and AWS. Use the
How the community answered
(56 responses)- A7% (4)
- B77% (43)
- C4% (2)
- D13% (7)
Explanation
AWS DataSync provides a fully managed, secure, and high-performance service for transferring large amounts of data between on-premises storage and Amazon S3. It uses TLS encryption in transit and automates data validation, scheduling, and monitoring. "AWS DataSync securely and efficiently transfers large amounts of data online between on- premises storage and AWS services. All data is encrypted in transit using TLS." Why B is correct: Encrypts all data in transit automatically. Optimized for high-throughput WAN environments (100 Mbps to multi-Gbps). Fully managed, with no need to provision additional infrastructure. Integrates natively with S3 and supports incremental syncs. Why others are incorrect: A: DMS is designed for database migration, not unstructured data. C: Snowball is for offline migrations, not needed given available connectivity. D: Direct Connect is costly for temporary data transfers and unnecessary here.
Community Discussion
No community discussion yet for this question.