download RDS snapshot

后端 未结 7 1040
Happy的楠姐
Happy的楠姐 2020-12-14 05:22

I recently downgraded my EC2 instance. I can no longer connect to RDS. I think it might be that the internal IP is different and now the logins are attached to that specif

相关标签:
7条回答
  • 2020-12-14 06:13

    The accepted answer is not up-to-date anymore. Instead of using command line tools, you can use the AWS console.

    Navigate to RDS -> Snapshots -> Manual/System ->

    Select Snapshot -> Actions -> Export to S3

    Going through S3 is common in most production environments, as you won't have direct access to the DB instance.

    0 讨论(0)
提交回复
热议问题