kbaum / heroku-database-backups

Heroku database backups and copies to S3
MIT License
99 stars 82 forks source link

Support for uploading backups into multiple AWS accounts #19

Closed zupo closed 6 years ago

zupo commented 6 years ago
  1. Follow this great tutorial on how to create a "role" that allows a user from one AWS account access a bucket in another AWS account: http://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html

  2. Set AWS_ROLE_ARN env var to the role you created as part of the tutorial above. For example: arn:aws:iam::999999999999:role/UpdateApp

zupo commented 6 years ago

Closing due to inactivity.