Discussing the various DR solutions offered by AWS
Before we discuss the various DR solutions offered by AWS, we first need to define the business impact analysis, recovery time objective (RTO), and recovery point objective (RPO) for an application and fit a DR solution to that objective. We already discussed the RTO and RPO in Chapter 10, Centralizing Cloud Backup Solution.
AWS offers four levels of DR support:
- Backup and restore
- Pilot light
- Warm standby in AWS
- Hot standby (with multi-site)
We will cover all these in detail in the following sections.
Backup and restore
This solution suits less critical applications where RTO/RPO is measured in hours. This is one of the most common solutions implemented by many AWS customers, where they store their application backup to S3 for short-term storage, and for long-term storage, to Glacier. Now compare this solution to a traditional on-premise environment where data is backed up to tape and sent off-site...