For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginGet Started
DocsAPI ReferenceChangelog
DocsAPI ReferenceChangelog
    • Home
  • Getting Started
  • Infrastructure
    • GPU VMs
    • Cloud VMs
    • Object Storage
    • Block Storage
  • Network & Security
    • Load Balancer
    • DNS
    • CDN
    • Firewalls
    • SSL Certificates
  • Tools
    • Backups
    • Snapshots
      • Create a snapshot
      • Restore a snapshot
      • Cross-region snapshots
    • ISOs
    • SSH Keys
    • API Tokens
    • Secret Manager
    • Container Registry
  • Platform Fundamentals
    • Projects and tenancy model
    • IAM
    • Networking overview
    • Billing and usage
    • Limits and quotas
    • SLA and reliability
  • Tutorials
    • Deploy a web app
    • Host a static website with object storage
    • Run an AI model on a GPU VM
    • Set up a load-balanced architecture
    • Backup and disaster recovery
    • Multi-region deployment
  • Migration Guides
    • Migrate from AWS
    • Migrate from GCP
    • Migrate from Vultr and Linode
    • Move S3 workloads to IBEE Object Storage
    • VM image migration
  • Reference
    • Pricing
    • Regions
    • Limits
    • Error codes
    • Service level agreement
  • Support
    • Contact Support
    • Create a request
    • Troubleshooting guides
    • Visit ibee.ai
LogoLogo
LoginGet Started
On this page
  • When to use this
  • Available regions
  • Workflow
  • What’s copied
  • Considerations
  • DR drill checklist
  • Related pages
ToolsSnapshots

Cross-region snapshots

Was this page helpful?
Edit this page
Previous

ISOs

Next
Built with

Cross-region snapshots let you keep a copy of a Cloud VM’s recovery point in a region other than where the source VM lives. The primary use case is disaster recovery — if a region is unavailable, you can spin up a new VM in another region from the copied recovery point.

When to use this

  • Disaster recovery (DR) — keep a recent recovery point off-region so a regional incident doesn’t take your data with it.
  • Region migration — move a VM from one region to another by copying a snapshot, restoring as a new VM, then decommissioning the original.
  • Latency-driven cloning — stand up a clone closer to a different user base.

For routine, in-region protection, regular snapshots and scheduled backups are sufficient.

Available regions

Cloud VMs are currently available in the Asia region across these locations:

RegionLocationCode
AsiaAmaravati, IndiaAVR
AsiaHyderabad, IndiaHYD1

A multi-region (cross-continent) layout is on the roadmap. Until then, “cross-region” snapshot copy applies between locations within Asia.

Workflow

The high-level pattern, regardless of which UI controls are surfaced for copy:

1

1. Take a snapshot in the source region

In the source VM’s Snapshots tab, create a recovery point with the Capture Mode that matches your DR plan (Create a snapshot). For DR, All attached volumes is the safest default.

2

2. Copy to the target region

From the recovery point’s Details view, copy the snapshot to the target region. The platform replicates root and captured data disks to the destination region’s storage and produces a recovery point there.

The copy operation runs as an activity event you can track via the Activity feed.

3

3. Restore in the target region

In the target region, open the copied recovery point and use Create New VM to provision a new VM from it. Pick a plan available in the target region.

4

4. Cut over

Update DNS, callers, or load balancer backends to point at the new VM. Verify, then decommission the original VM if you’re migrating rather than running active-passive DR.

What’s copied

Cross-region snapshots replicate the same content as in-region snapshots:

  • The root disk.
  • Any captured data volumes (per the Capture Mode used at snapshot time).

Mount instructions for data volumes remain available on the copied recovery point — they’re identical to the source because device paths inside the guest don’t depend on region.

Considerations

  • Transfer time scales with recovery storage. A 60 GB recovery point will take longer to copy than a 10 GB one.
  • Cost — cross-region snapshots are billed for storage at both ends until you delete one. See Backup pricing; cross-region copy may have an additional transfer component.
  • Eventual consistency — copying is asynchronous; don’t restore from the destination until the copy event reports succeeded.
  • Plans available in the target region — the Available Upgrades dropdown only shows plans the target region offers. Pick a plan equal to or larger than the source VM’s plan to avoid disk shrink issues.

DR drill checklist

Test your DR plan periodically — a snapshot you’ve never restored is just hope.

  1. Take a fresh snapshot in the source region.
  2. Copy it to the target region.
  3. Restore as a new VM in the target region.
  4. Verify the application boots, the data is intact, and external dependencies (DNS, DBs, queues) are reachable.
  5. Document any guest-level steps (mount commands, service start order) that aren’t part of the platform restore.
  6. Delete the test VM and copied recovery point if you don’t need to keep them.

Related pages

  • VM snapshots overview
  • Create a snapshot
  • Restore a snapshot
  • VM backups
  • Regions and locations