zoukankan      html  css  js  c++  java
  • [SAA + SAP] 29. Disaster Recovery

    Two Terms

    • RPO: Recovery Point Object
    • RTO: Recovery Time Object

    Disaster Recovery Strategies

    • Backup and Restore
    • Pilot Light
    • Warm Standby
    • Hot Site / Multi Site Approach

    • You can backup your on-premise data into S3 / Glacier, for example, once a week through Snowball, Storgage Gateway or internet
    • EBS, RDS, Redshift can be also backup into S3 as Snapshot
    • For recovery: 
      • Create EC2 from AMI
      • Get Snapshot of EBS from S3
      • Restore snapshot of RDS
    • High RTO

    • Keep most critical part of your application running, for example, database
    • Do sync data replication to RDS on the cloud
    • Not infrasctures are not running in normal mode (EC2, ELB)
    • Recovery: 
      • Using Route 53, route to new EC2

    • Setup a full copy of an application
    • Just set min capacity for it
    • Recovery:
      • Using Route 53 to point to standby ELB and modify its capacity

    • Copy PROD application the same way as standby
    • Fastest RTO
    • Using Route 53 to switch DNS

    • RDS replciation cross Region

    Some applications might have an additional requirement to deploy their components using multiple regions; this can be a business or regulatory requirement. Any of the preceding scenarios in this whitepaper can be deployed using separate AWS regions. The advantagesfor both production and DR scenariosinclude the following: 

    • You don’t need to negotiate contracts with another provider in another region 
    • You can use the same underlying AWS technologies across regions 
    • You can use the same tools or APIs

  • 相关阅读:
    Chrome
    给Xshell增加快速命令集
    Integer对象大小比较问题
    maven的mirror和repository加载顺序
    maven的settings.xml详解
    OAuth2.0 RFC 6749 中文
    Linux下netstat命令简单操作
    Linux里的几种不同的压缩命令小记
    [ASIS 2019]Unicorn shop
    Metasploit魔鬼训练营第一章作业
  • 原文地址:https://www.cnblogs.com/Answer1215/p/15156783.html
Copyright © 2011-2022 走看看