zoukankan      html  css  js  c++  java
  • [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.

  • 相关阅读:
    tornado用户指引(三)------tornado协程使用和原理(二)
    利用tornado使请求实现异步非阻塞
    在tornado中使用异步mysql操作
    Tornado 线程池应用
    Tornado异步与延迟任务
    tornado用户指引(二)------------tornado协程实现原理和使用(一)
    Tornado用户指引(一)-----------异步和非阻塞I/O
    Tornado异步之-协程与回调
    Python核心框架tornado的异步协程的2种方式
    c++ Map使用
  • 原文地址:https://www.cnblogs.com/Answer1215/p/15431584.html
Copyright © 2011-2022 走看看