
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company wants to migrate 100 GB of historical data from an on-premises location to an Amazon S3 bucket. The company has a 100 megabits per second (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 these requirements with the LEAST operational overhead?
A
Use the s3 sync command in the AWS CLI to move the data directly to an S3 bucket
B
Use AWS DataSync to migrate the data from the on-premises location to an S3 bucket
C
Use AWS Snowball to move the data to an S3 bucket
D
Set up an IPsec VPN from the on-premises location to AWS. Use the s3 cp command in the AWS CLI to move the data directly to an S3 bucket
Explanation:
Correct Answer: B - Use AWS DataSync
Analysis of Requirements:
Why AWS DataSync is the best choice:
Encryption in transit: AWS DataSync automatically encrypts data in transit using TLS 1.2, meeting the security requirement.
Least operational overhead: DataSync is a managed service that handles:
Efficiency with 100 Mbps connection:
Cost-effective: For a one-time 100 GB migration, DataSync is more cost-effective than Snowball.
Why other options are not optimal:
A. AWS CLI s3 sync:
C. AWS Snowball:
D. IPsec VPN + AWS CLI:
Key Points: