Comment on Ask HN: Do I need a DR plan in AWS?Comments−tony-allan5yDR is there to mitigate business risk. For a hobby project a routine copy of your app and it’s data is fine.If the app is essential to your business then an active/active plan behind multiple load balancer might be the way to go.The bigger the business impact, the higher the cost and the more challenging to setup, maintain and test.
Comments
DR is there to mitigate business risk. For a hobby project a routine copy of your app and it’s data is fine.
If the app is essential to your business then an active/active plan behind multiple load balancer might be the way to go.
The bigger the business impact, the higher the cost and the more challenging to setup, maintain and test.