[AWS] RTO & RPO

发布时间:2022-07-02 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了[AWS] RTO & RPO脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

 

Minimum RTO for a single region outage

For the minimum RTO in a single region we will follow up the same thing. We will have a monitoring team 24/7 available or I can say support team on the datacenters. The responsible person will get the remote access and will try to fix it as well as we will have a documented recovery procedure which should be immediately followed as soon as there is a outage. Also we can use enable AWS Config to track where we may be creating drift using Config rules, which can create systems that enforce the disaster recovery strategies and create alerts if they detect drift. Also, we can use create replica for such times to prevent us from such thing and at the time of RPO or RTO we can promote that replica so that our service doesn't get affected much.

 

Minimum RPO for a single AZ outage

For minimum RPO in a single AZ outage we will have enabled automatic backups which will recover the database as soon as something happens and will restore the database at a prior point of time. So after determining RPO we can use CloudEndure which uses Continuous Data Protection, enabling sub-second Recovery Point Objectives (RPOs) in AWS which is a AWS service. Also, we can use create replica for such times to prevent us from such thing and at the time of RPO or RTO we can promote that replica so that our service doesn't get affected much.

 

Minimum RPO for a single region outage

For minimum RPO in a single region outage we will have enabled automatic backups but we will have also created its replica in another region so as soon as it goes out the another region instance will be up and will be acting like it. So after determining RPO we can use CloudEndure which uses Continuous Data Protection, enabling sub-second Recovery Point Objectives (RPOs) in AWS which is a AWS service. Also, we can use create replica for such times to prevent us from such thing and at the time of RPO or RTO we can promote that replica so that our service doesn't get affected much.

脚本宝典总结

以上是脚本宝典为你收集整理的[AWS] RTO & RPO全部内容,希望文章能够帮你解决[AWS] RTO & RPO所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: