|
|
|
Ask HN: Do I need a DR plan in AWS?
|
|
6 points
by wierdstuff
1890 days ago
|
|
I work for a very large organization and we have many systems that live in a single region in AWS, us-east-1. While we use multi-AZ RDS instances and EC2 instances across multiple AZ's we don't have regular backups to another AWS region. If us-east-1 was obliterated, we would lose a significant number of mission-critical systems. My questions: 1. Is it safe to rely on AWS for DR across multiple AZs or must we plan for a whole region being obliterated?
2. Do you recommend any tools or practices that we can adopt to help us adopt a good-enough DR strategy? It would be acceptable if getting back online business took a week or a few. |
|
The simplest DR plan for AWS would be to back up your data and images in reliable ways. For example, put the data in S3 so one region being out wouldn't stop you from spinning up images in another region and getting back online. Keep up to date AMI's in multiple regions etc. If you can be down a few days this is the easiest and is totally reasonable. Just remember with the growth of data this can start getting unrealistic.
As the acceptable time shrinks to operational from failure you need to have a more and more sophisticated plan. From simple hot standbys in other regions to complete multi-region duplication.
It really doesn't have to be complex at first, start with a simple backup/recovery strategy and then add as your requirements demand it.