Skip to content
Datamotive
Easy Hybrid DRv2.3.1GARelease notes →

Reference

Limits

Cloud quota, API throttling, storage, snapshot, and recovery limits that affect Easy Hybrid DR scale.

Product
Easy Hybrid DR
Version
v2.3.1
Release status
GA
Documentation status
Published
Last updated
Updated
Reading time
1 min read

Cloud-native disaster recovery scale is heavily influenced by provider quotas, API throttling behavior, and storage provisioning limits. Large-scale failovers, parallel recovery operations, snapshot bursts, volume provisioning, cross-region copy operations, and mass VM power-on orchestration should be planned against these limits before production use.

How Datamotive handles limits

Easy Hybrid DR is designed to operate within cloud-provider limits using parallel orchestration, retry-aware workflows, backpressure-aware replication, horizontal scaling, and adaptive concurrency management.

AWS service usage

AWS serviceDatamotive usage
EC2 APIsVM creation, power operations, and orchestration.
EBS APIsSnapshot and volume operations.
EBS Direct APIsBlock-level snapshot writes and reads.
IAM APIsAccess and orchestration.
VPC APIsNetwork provisioning.

Important AWS scalability limits

AWS resource or APITypical default limitNotes
EBS snapshots per Region100,000Adjustable.
Concurrent OpenSnapshot for Write operations100 per accountAdjustable with AWS support request.
EBS volume attachments per instanceInstance dependent, typically 28 on NitroRecovery consideration.
EBS volume size64 TiB maximumPer volume.
Regional EC2 vCPU quotasVaries by VM familyFrequently requires increase.
EBS Direct API throughputAccount and API limitedImportant for parallel recovery.

AWS API throttling behavior

AWS uses token-bucket throttling for EC2 and EBS APIs. Throttling occurs per API operation, limits vary by API type, read operations usually have higher limits, and mutating APIs are throttled more aggressively.

APIOperation type
CreateSnapshotStorage mutation
CreateVolumeStorage mutation
AttachVolumeCompute/storage mutation
RunInstancesCompute mutation
StartInstancesCompute mutation
DescribeVolumesRead operation
DescribeSnapshotsRead operation

Typical throttling responses include HTTP 429, RequestLimitExceeded, and ThrottlingException.

AWS EBS Direct API considerations

ParameterTypical behavior
Block size512 KB
API throughput scalingBased on concurrency
Parallel API callsStrongly recommended
Snapshot write throughputLimited by account and API quotas

Under optimal conditions, approximately 1000 PutSnapshotBlock operations per second can produce roughly 500 MB/s throughput per snapshot workflow.

AWS quota increase guidance

QuotaRecommendation
Regional vCPU quotasIncrease before DR onboarding.
EBS snapshot quotasIncrease for long retention periods.
EBS volume quotasIncrease for large recoveries.
Snapshot write limitsIncrease for cross-region DR.
ENI/IP quotasValidate during recovery planning.

Quota increases can be requested using AWS Service Quotas, AWS Enterprise Support, or AWS Support Center.

Azure service usage

Azure serviceDatamotive usage
Azure Resource Manager (ARM)Resource orchestration.
Azure Compute APIsVM provisioning and operations.
Azure Managed Disk APIsDisk and snapshot operations.
Azure Networking APIsNIC and network provisioning.
Azure Subscription QuotasRegional compute allocation.

Important Azure scalability limits

Azure resource or APITypical default limitNotes
Managed Disks per subscription/region50,000 per disk typeAdjustable.
Incremental snapshots per disk500Important for retention planning.
Regional vCPU quotasSubscription dependentFrequently requires increase.
VM family quotasRegion and family specificCommon DR bottleneck.
ARM API requestsSubscription and region throttledCritical for parallel recovery.
Concurrent disk operationsCompute/provider throttledRecovery consideration.

Azure ARM API throttling

Azure Resource Manager applies throttling at multiple levels: subscription, region, resource provider, service principal, and API operation type.

API categoryExamples
VM APIsVM creation and power operations.
Disk APIsManaged disk creation.
Snapshot APIsSnapshot creation and deletion.
Network APIsNIC and IP provisioning.
Page Blob APIsRead and write content.

Typical throttling symptoms include HTTP 429 responses, Retry-After headers, delayed provisioning, and intermittent API failures.

Azure quota increase guidance

QuotaRecommendation
Regional vCPU quotasMandatory for enterprise DR.
VM-family quotasRequired for target recovery VM sizes.
Managed disk quotasIncrease for large environments.
NIC quotasValidate during DR planning.
Public IP quotasValidate if public recovery is required.

Quota increases can be requested using Azure Portal, Azure Quota APIs, or Microsoft Support.

Practical operational considerations

In large recovery environments, practical scale is often constrained more by API orchestration behavior than raw infrastructure capacity.

Common bottlenecks include API throttling, subscription quota exhaustion, disk provisioning concurrency, snapshot finalization delays, VM-family quota exhaustion, and network provisioning limits. These are especially important during mass failover events, parallel recovery testing, regional evacuations, and large VDI recovery operations.

Datamotive operational recommendations

AreaRecommendation
QuotasIncrease quotas before production onboarding.
DR testingPerform periodic scale testing.
Recovery designUse staged recovery orchestration for massive failovers.
API handlingUse retry-aware orchestration.
ScalingUse multiple Replication Engines for large environments.
MonitoringContinuously monitor throttling behavior.
NetworkingPre-plan subnet and IP capacity.

Related docs

Was this page helpful?