Skip to main content

Reference, Billing, and Troubleshooting

1. Billing and Pricing

Pricing Components

Your DRaaS bill has three components:

ComponentBasisDescription
DR Plan FeePer active plan, per hour/monthFlat fee for standby VM and replication infrastructure
Recovery Point StoragePer GB per hourTotal storage size of recovery point snapshots at target
Volume StoragePer GB per hourSize of replica block storage volumes at target

When Billing Starts and Stops

EventBilling Impact
DR plan becomes ActiveBilling starts
DR plan is StoppedBilling continues (standby VM and snapshots retained)
DR plan is DeletedBilling stops
DR plan reaches RecoveredBilling stops

Note: stopping a plan does not stop billing. Billing ends only after delete or successful recovery completion.

Cost-Saving Tips

  • Delete plans you no longer need.
  • Tune retention period based on compliance and operational needs.
  • Balance RPO and cost (lower RPO generates more snapshots and higher storage cost).

2. Audit Logs

Every DR action is logged for compliance and troubleshooting, including actor, timestamp, and outcome.

Viewing Audit Logs

  1. Go to Settings -> Audit Logs
  2. Filter by Disaster Recovery
  3. View, download, or request logs by email

Logged Events

EventTriggered By
DR PLAN CREATIONCreating a new DR plan
DR PLAN DELETIONDeleting a DR plan
START DR PLANResuming a stopped plan
STOP DR PLANPausing a plan
START DR DRILLStarting a drill
STOP DR DRILLStopping a drill
RECOVER DRInitiating recovery
DR RPO UPDATEChanging RPO
MANUAL RECOVERY POINT CREATIONCreating on-demand recovery point
RECOVERY POINT NAME UPDATIONRenaming recovery point
RECOVERY POINT DELETIONDeleting recovery point
RECOVERY POINT RETENTION DAYS UPDATEChanging retention period

3. Limitations and Constraints

LimitationDetails
One DR plan per source VMA VM can be protected by only one DR plan at a time
Source and target must differSame-region DR is not supported
Source VM must be Running at creationStopped source VM cannot be protected
Encrypted disks not supportedDRaaS does not support encrypted disks currently
No auto-terminate on sourceDisable Reserved Instance auto-terminate before creation
No scheduled power-off on sourceRemove source node power scheduling before creation
Supported VM series onlyC3, M3, E1
Same OS/SKU must exist at targetRequired image and plan must exist in target region
Actions blocked during replicationStop/delete/drill/recovery blocked while shipment is active
Target VM stays powered offIt powers on only during drill/recovery
Minimum RPO1 hour
Maximum RPO240 hours (10 days)
Retention range1 to 365 days
Retention cleanup granularityCleanup job runs every 6 hours, so expired recovery points may remain up to 6 hours past retention time
Recovery is irreversibleAutomatic failback to source is not supported

4. Frequently Asked Questions

Will DRaaS affect production VM performance?

No. Replication operates at the storage layer below the operating system using changed-block replication, so CPU and memory overhead on the source VM from DRaaS operations is minimal.

What is the difference between DR Drill and Recovery?

  • DR Drill is a non-destructive test. Production VM continues running.
  • Recovery is the real failover event. DR plan ends and target becomes new primary.
  • Use recovery only when source region has actually failed.

What happens to source VM during recovery?

DRaaS does not delete or modify source VM state. You decide whether to keep, repurpose, or decommission it.

Can I have multiple DR plans for same VM?

No. One source VM can have only one active DR plan. If you need protection in another target region, delete existing plan first and then create a new plan.

What happens if one replication cycle fails?

DRaaS retries failed replication automatically. If failure persists, an email notification is sent. The plan stays active and the next cycle continues.

Can I pause replication without losing existing recovery points?

Yes. Stopping plan preserves existing recovery points. Billing continues while stopped.

Can I replicate only block storage volume without VM?

No. Standalone volume DR is not currently supported.

How many recovery points should I keep?

Guideline:

  • Short retention (7 to 14 days) with low RPO (1 to 4 hours) for dense recent restore points.
  • Longer retention (30 to 90 days) with higher RPO (12 to 24 hours) for broader historical window.

Higher retention increases storage cost.

What should I do after successful recovery?

  1. Validate application behavior on target VM.
  2. Update DNS/load balancers to target IP.
  3. Notify stakeholders.
  4. Create a new DR plan once target-side environment is stable.
  5. Decide source VM disposition.

Can I test DR without affecting production traffic?

Yes. DR Drill is designed for this purpose. Source VM and production traffic remain unaffected, and target VM is powered on in isolation in target region for testing.

5. Troubleshooting

"Not allowed when data shipment is going on. Please wait."

A shipment cycle is currently in progress. Wait for completion and retry. Check Recovery Points listing to confirm whether entries are still in SHIPPING status.

"Source Resource is not Running."

Source VM must be running before creating or resuming DR.

"Disaster Recovery not available for the selected resource type."

Only Node (VM) resource type is currently supported.

"You do not have sufficient infra credits."

Top up infra credits and retry action.

"Invalid name: Must be 1-128 characters, start with a letter..."

Plan name rules:

  • Starts with a letter
  • Ends with a letter or digit
  • Allowed characters: letters, digits, hyphen, underscore
  • Length: 1 to 128 characters

Valid examples: web-server-dr, prod_api_dr2, MyDRPlan Invalid examples: 1-dr-plan, my dr plan, dr!

Recovery point stuck in SHIPPING

If SHIPPING lasts unusually long, retries may still be running. If retries all fail, the status becomes SHIPPING FAILED and a notification email is sent.

Target VM not accessible after DR Drill

After a drill starts, the target VM IP is from the target region, not the source region. Use the target-region IP, verify credentials, and validate security-group access. If needed, check the DR plan details in the console to confirm the target VM IP.

Plan stuck in Creating

If a plan remains in Creating for an extended period, contact support with the DR plan ID.

"Same OS/SKU not available at target"

Required OS image or VM plan does not exist in target region. Contact E2E Networks support.