Direct Connect Bandwidth Calculator
Size Direct Connect ports with 50% redundancy headroom and price port hours plus data transfer out.
Inputs
Resilient Capacity
10,000Mbps
Provisioned Capacity
20,000Mbps
Utilisation of Provisioned Capacity
30.0%
Ports Needed with 50% Headroom
2
Estimated Monthly Cost
$3,685.00
Resiliency Check
Survives the loss of half the provisioned ports
Step by step
Values used
Peak bandwidth required = 6,000 Mbps; Port speed = 10 Gbps; Ports provisioned = 2 ports; Price per port-hour = 2.25 USD; Data transfer out per month = 20,000 GB; Data transfer out price per GB = 0.0200 USD; Billable hours per month = 730 hours
Direct Connect Bandwidth
provisioned = port speed × ports; resilient capacity = provisioned × 50%; ports needed = max(2, ceil(required × 2 ÷ port speed)).
Resilient Capacity
= 10,000 Mbps
Provisioned Capacity
= 20,000 Mbps
Utilisation of Provisioned Capacity
= 30.0
Ports Needed with 50% Headroom
= 2
Estimated Monthly Cost
= 3,685.00
Resiliency Check
= Survives the loss of half the provisioned ports
How it works
AWS resiliency guidance for Direct Connect is to provision so that peak traffic still fits after a failure, which for a two-port design means running each port at no more than 50% utilisation. Doubling the requirement and dividing by the port speed gives the port count, and the bill combines port hours — charged whether or not traffic flows — with a per-GB data transfer out rate that is materially cheaper than internet egress. A Direct Connect port takes weeks to provision through a partner, so discovering the second port is missing during an outage is not a problem you can fix on the day.
Formula
Direct Connect Bandwidth
provisioned = port speed × ports; resilient capacity = provisioned × 50%; ports needed = max(2, ceil(required × 2 ÷ port speed)).
- port speed
- Dedicated or hosted connection speed
- 50%
- Headroom that keeps peak load servable after losing half the ports
- required
- Peak bandwidth the hybrid path must carry
Frequently Asked Questions
How is Direct Connect Bandwidth calculated?
provisioned = port speed × ports; resilient capacity = provisioned × 50%; ports needed = max(2, ceil(required × 2 ÷ port speed)). AWS resiliency guidance for Direct Connect is to provision so that peak traffic still fits after a failure, which for a two-port design means running each port at no more than 50% utilisation. Doubling the requirement and dividing by the port speed gives the port count, and the bill combines port hours — charged whether or not traffic flows — with a per-GB data transfer out rate that is materially cheaper than internet egress.
Why does Direct Connect Bandwidth matter?
A Direct Connect port takes weeks to provision through a partner, so discovering the second port is missing during an outage is not a problem you can fix on the day.
What values do I need to enter?
This calculator takes 7 inputs: Peak bandwidth required, Port speed, Ports provisioned, Price per port-hour, Data transfer out per month, Data transfer out price per GB, Billable hours per month. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.
Why plan for 50% utilisation instead of 80%?
Because the surviving port has to absorb the failed port's traffic. At 80% per port a single failure leaves you 60% oversubscribed and every application feels it; at 50% the failover is invisible. AWS's maximum resiliency model goes further with separate devices and locations.
Should I keep a VPN as backup?
Yes for most designs. A Site-to-Site VPN over the internet is inexpensive standby capacity, though at about 1.25 Gbps per tunnel it will not match a 10 Gbps port, so size expectations for degraded rather than equal service.
You might also need
- Internet Gateway Capacity CalculatorCommonly used together
- VPN Throughput CalculatorCommonly used together
- Transit Gateway Cost CalculatorCommonly used together
- CloudFront Cost CalculatorAlso in AWS Networking
- Application Load Balancer Capacity CalculatorAlso in AWS Networking
- VPC CIDR CalculatorAlso in AWS Networking