Introduction

For modern enterprise businesses, handling large, highly synchronized infrastructure at scale is essential. However, maintaining an enterprise-grade Disaster Recovery (DR) strategy has historically come with an additional operational cost: paying for idle standby compute infrastructure. Traditional cloud DR frameworks require an active, continuously powered-on secondary cluster simply to preserve replication pairings, sync infrastructure and disaster recovery configurations.

Nutanix’s Multicloud Snapshot Technology (MST) is a purpose-built storage stack designed for managing large numbers of snapshots. It enables an on-demand Cloud DR architecture that can avoid continuously running standby recovery compute during steady-state operations. The core objective is to maintain a single active primary site during steady-state operations, while provisioning the recovery environment only when it is needed. During a true disaster event, the recovery environment is dynamically provisioned from cold storage on-demand using the configuration and snapshot data already stored. 

Achieving a zero-compute footprint means re-engineering how critical configuration transitions are kept up to date for recovery when there is no target management plane active on the other side. This article presents an architectural deep dive into how Nutanix leverages passive object storage to synchronize management state, adapt to existing framework validation checks, and reconstruct complex network layouts on-the-fly.

The Configuration Challenge of On-Demand Recovery

Traditional replication engines depend heavily on active, peer-to-peer communication. When an administrator constructs a multi-site orchestration playbook, the control plane runs immediate validation checks to verify that the destination site is reachable and that its cluster resources are healthy.

In a zero-compute architecture, these checks hit a fundamental roadblock:

  • Absence of Destination Site: Registering or updating a recovery policy natively fails because the destination management interface literally does not exist during steady-state conditions.
  • The Network Blindspot: Primary network configurations are rigidly tied to local, physical on-prem switches (such as traditional hardware VLANs), meaning an isolated cloud engine cannot natively interpret how to rebuild those pipelines during a crisis.

To overcome this, the configuration synchronization path must be decoupled from live compute targets to a passive intermediate layer.

Architectural Pillars

The following sections describe various architectural pillars to achieve an on-demand recovery site using an intermediate layer. This diagram depicts the various components and subsystems in the solution.

Fig 01. DR Zero Compute: Steady State Fig 01. DR Zero Compute: Steady State

The DR Configuration Store

Having a passive site for tracking configurations may be operationally wasteful, so the control plane sends recovery configuration data to an external S3-compatible DR configuration store. This store is backed by an S3-compatible object storage bucket. The Nutanix DR service has been enhanced to serialize user-defined management structures including Recovery Plans, custom categorization tags, and security classifications and upload them straight to dedicated namespaced directories inside the object store bucket.

To support consistency on non-transactional object stores, the engine combines the DR runbook structure and its synchronization metadata into a single atomic composite object. Any subsequent, user initiated updates to the recovery plan in the primary site is handled as complete, atomic object overwrites. This reduces the need for expensive read-modify-write workflows or any partial-write handling complexity.

Placeholder Recovery Plans

To allow system architects to design comprehensive failover runbooks when no destination environment is running, Nutanix introduces the concept of placeholder recovery plans.

Saving a traditional disaster recovery playbook mandates binding an explicit primary availability zone configuration alongside a secondary target cluster URL. Because our current orchestration framework strictly requires and enforces site-reachability and pairing validations during creation, attempting to save a playbook without an active target would normally trigger an immediate validation failure.

To satisfy these existing framework requirements while operating in a zero-compute model, a new abstraction parameter is introduced: Deferred Recovery Targeting.

When this parameter is enabled within the configuration payload, the creation engine adjusts its standard validation behavior to accommodate the missing environment:

  • Framework Validation Alignment: The control plane explicitly allows users to save and edit plans that reference recovery environments that do not yet exist or are currently unreachable, allowing the system to apply the applicable baseline checks when the recovery target is not yet available.
  • Target Schema Bypassing: The software bypasses typical live reachability and pairing validations across network mappings and availability zones, processing only the structural health, resource configurations, and sanity of the primary site resources.
  • Configuration Archival: The completed placeholder plan is saved and continuously synchronized to the S3-backed DR Configuration Store using only primary site specifications.

When a disaster hits and an on-demand secondary cluster is provisioned, an automated hydration mechanism queries the object store bucket and rehydrates the recovery plan. Once the recovery plan is hydrated, workloads are recovered using the application snapshots safely indexed and fetched from the  MST.

On-Demand Recovery Network Auto-Reconstruction

The final, and most critical, hurdle of a zero-compute framework is ensuring that virtual workloads recover with connected network interfaces. If the target networking does not exist prior to failover execution, recovered virtual machines wake up into an isolated network vacuum. The automation layer addresses this by executing a best-effort reconstruction of primary topologies on-the-fly, mapping them into a single cloud-native Nutanix Flow VPC.

  • The transit VPC and overlay mapping: Upon failover, the orchestration engine creates a dedicated transit VPC at the target recovery site. Legacy, physical underlay network architectures are automatically transformed into portable, logical overlay networks.
  • The VPC Strategy: Physical, hardware-dependent on-prem VLAN networks are gathered up and materialized as Nutanix Flow virtual overlay subnets mapped cleanly under a single, isolated Flow VPC landing pad.
  • Handling of Unmanaged VLANs: Legacy unmanaged VLANs lack inherent IP subnet (CIDR) data inside their configuration files, making cloud mapping difficult. The hydration workflow skips such networks and requires users to manually create them under a VPC on the recovery site as overlay subnets.
  • Name-Based Interface Binding: Newly created cloud subnets are assigned completely new database keys (UUIDs) upon boot. To prevent interface mismatching, the system maps virtual machine network interfaces using consistent network name strings rather than relying on system identifiers.

Chronological Execution: The Failover Lifecycle

Fig 02. DR Zero Compute: Failover State Fig 02. DR Zero Compute: Failover State

When a disaster event occurs and a failover is initiated, the system executes network and workload recovery through a coordinated, chronological orchestration pipeline with respect to time:

  1. T0 (Disaster Event Triggered): The primary site goes offline. The administrator provisions the target cloud site management plane, which includes deployment of  the Prism Central (PC) instance and the MST service. 
  2. T1 (Runbook Hydration Phase): The Prism Central connects to the S3 config store and imports the placeholder recovery plans from the object store, bucket
  3. .T2 (Network Pre-Reconstruction): The automation layer initializes the recovery transit virtual private cloud (VPC) and materializes the primary VLAN layouts inside the designated consolidated recovery VPC. Static routes are rewritten and dynamic floating IP pools are established.
  4. T3 (Workload Power-On): The user executes the recovery plan, which pulls point-in-time recovery data snapshots using MST. Virtual workloads are reconstituted, plugged into their newly built subnets via name-string matching, and powered on with full operational connectivity.

The Paradigm Shift: TCO and Structural Capabilities

By removing the requirement for a continuously running standby site, organizations now have real opportunity to drastically cut down on steady-state infrastructure costs. Having walked through the core mechanics, the matrix below highlights how this on-demand architecture fundamentally redefines standard disaster recovery operations.

Architectural Dimension Traditional Cloud DR Zero-Compute Cloud DR using MST
Steady-State Compute Cost Continuously running standby recovery compute Dynamically provisioned only on failover
Target Storage Repository Active target management plane Passive S3 compliant DR Configuration Store
Validation Criteria Multi-site handshake and target reachability checks Deferred Recovery Targeting via baseline parameters
Network Layout Execution Pre-provisioned or paired syncing Automated Dynamic consolidated recovery VPC reconstruction
External Address Binding Manual static public IP mapping Dynamic In-flight Allocation from target pool

Conclusion

Nutanix Zero-Compute Cloud DR is designed to reduce the financial burden of running idle standby compute infrastructure during steady-state operations. By pairing an S3-backed DR Configuration Store with an exclusive active ownership model, management architectures can safely archive critical operational states within passive object storage. Adapting to existing framework criteria via placeholder parameters allows robust runbooks to exist in a standby state while cleanly satisfying validation rules, while automated network reconstruction layers build consolidated recovery VPCs and translate legacy infrastructure onto logical overlays on-the-fly. The goal is a fast, predictable, and highly cost-optimized disaster recovery pipeline that balances absolute data protection with maximum resource efficiency.

 

©2026 Nutanix, Inc. All rights reserved. Nutanix, the Nutanix logo and all Nutanix product and service names mentioned are registered trademarks or trademarks of Nutanix, Inc. in the United States and other countries. All other brand names mentioned are for identification purposes only and may be the trademarks of their respective holder(s).