Hi Paing,
Hope you're doing well.
Certainly!
- AWS DataSync is a secure, online service that automates and accelerates moving data between on-premises and AWS storage services. It can copy data between various storage systems, including Network File System shares, Server Message Block shares, Hadoop Distributed File Systems, self-managed object storage, and AWS services like Amazon S3, Amazon EFS, and more.
- When using asynchronous-commit between your on-premises AG and the AWS-hosted AG, the data movement time depends on several factors:
(1) Network Latency: The time it takes for data to travel over the network between your data center and AWS.
(2) Data Volume: The amount of data being transferred.
(3) Bandwidth: Available network bandwidth for data transfer.
(4) DataSync Configuration: Settings such as throttling, scheduling, and filtering.
- Best Practices:
(1) Optimize your network connectivity between on-premises and AWS.
(2) Consider using AWS Direct Connect or VPN for dedicated and secure connections.
(3) Configure DataSync with appropriate settings to balance performance and cost.
(4) Regularly monitor and analyze data movement performance.
Remember that actual data movement time can vary based on your specific environment and workload. I recommend testing and benchmarking to get accurate measurements for your scenario.
Best Regards