简体   繁体   中英

Copying database backup files from aws to on-premises datacenter

I have a VPN connection between AWS VPC and Data center, running SQL Instance in private Subnet. What are the best / cost effective ways to copy backup database files from AWS EC2 Instance to a server running in on-premise data center.

I will go for best instead of cost-effective, As data is important part of any application of organization.

I will prefer s3 with private repo and enable encryption at s3. There are several reasons of s3, some of them

  • You can keep versioning of your DB backup
  • Able to share with different centre
  • Able to push notification on SNS when new DB backuped to S3.
  • Very little chance of failure or data loss
  • Pull New Database real time

在此处输入图片说明

So if you want to go for cost-effective then I think SCP will work or you can explore copy-database .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM