S&P Global implemented an innovative multi-region disaster recovery solution for their Capital IQ platform using Amazon FSx for NetApp ONTAP. This strategy leverages SnapMirror replication for cross-region data consistency and FlexClone technology for rapid, sub-15-minute read-only failover, followed by a full read-write recovery process. The solution addresses critical RTO/RPO requirements for financial data while optimizing costs.
Read original on AWS Architecture BlogThis article details S&P Global Market Intelligence's approach to building a robust disaster recovery (DR) strategy for their critical SQL Server infrastructure, leveraging AWS services, specifically Amazon FSx for NetApp ONTAP. The primary goal was to achieve a rapid Recovery Time Objective (RTO) of under 15 minutes for read-only access to financial data during regional outages, alongside maintaining strict Recovery Point Objectives (RPO).
The solution employs a two-pronged strategy to balance immediate availability with full recovery capabilities:
The architecture comprises several key layers across two AWS Regions (US-East-1 as primary, US-West-2 as DR):
FlexClone for Rapid Recovery
FlexClone technology is crucial for achieving the sub-15-minute RTO. By creating a thin, writable clone from a point-in-time snapshot, a read-only instance of the database can be made available almost instantly. This minimizes storage overhead as FlexClones share data blocks with the parent volume, only consuming additional space for changed blocks. This enables pre-provisioning of DR instances, transforming failover into a simple application cutover rather than a lengthy data restoration process.