Reputation: 8889
I have a requirement to migrate data from RDS (SQL Server) to another rds (SQL Server) instance through VPN (or by bypassing VPN). What could be the ideal way to achieve this?
Upvotes: 1
Views: 147
Reputation: 930
try AWS DMS(Data migration service) it is a very neat and fast way to migrate RDS https://aws.amazon.com/dms/
Upvotes: 1