Hacker News new | ask | show | jobs
by gfodor 2240 days ago
Nice approach - for cold storage what do you mean exactly? Manually rsynced backups or something? Most aws services I’ve used that have backups built in I don’t recall having cross account writability.
1 comments

RDS snapshot copying, EBS snapshot copies, S3 cross account bucket replication, etc. Write only with no entry points into that account from your other accounts. (Preferably its own locked down IAM role with MFA required)
Cool- stealing this, thanks! Do you do the backups w a scheduled lambda?