Hacker News new | ask | show | jobs
by poxrud 1429 days ago
Assuming you're using RDS then multi-AZ deployment is just a simple configuration option. If you're using Aurora then it is handled automatically and is even less expensive.
1 comments

don't all the multi-AZ deployments imply at least 1 standby replica in a different AZ?
Aurora can replicate the data but doesn't have to keep a hot standby AFAIUI. You can then start a new instance in a different az but the process is semi manual.
Yes, my point was that it is not complex to setup and maintain, but it is not free.