Which solution should a solutions architect recommend to keep the data private?
Deploy an AWS DataSync agent for the on-premises environment. Configure a sync job to replicate the data and connect it with an AWS service endpoint.
Deploy an AWS DataSync agent for the on-premises environment. Schedule a batch job to replicate point-in-time snapshots to AWS.
Deploy an AWS Storage Gateway volume gateway for the on-premises environment. Configure it to store data locally, and asynchronously back up point-in- time snapshots to AWS.
Deploy an AWS Storage Gateway file gateway for the on-premises environment. Configure it to store data locally, and asynchronously back up point-in-time snapshots to AWS.
Explanations:
AWS DataSync is a fully managed service that automates data transfer, ensuring data privacy through secure connections. It can connect directly to AWS services like S3.
While DataSync can be used, scheduling batch jobs does not automate real-time replication, which may not meet the needs for accelerated data replication.
AWS Storage Gateway volume gateway is suitable for backups but is not primarily designed for ongoing replication of data in real-time, which DataSync offers.
AWS Storage Gateway file gateway is also not optimal for continuous replication; it focuses more on file storage and access rather than automated data replication.