AWS Cloud WAN Pricing: Cost Modeling vs Transit Gateway and EDP Strategy
Cloud WAN is not automatically cheaper than Transit Gateway. For modest multi-region deployments, TGW wins on unit economics; Cloud WAN value emerges with scale, mesh topology, and frequent change. The architecture choice can move WAN cost by 20% to 40% either direction.
AWS Cloud WAN is the managed wide-area network service that builds a global routing fabric across AWS regions and on-premises sites without the per-region Transit Gateway sprawl. It is positioned as the simplification layer for multi-region architectures, and its pricing reflects the AWS premium for that simplification. Most evaluators see the headline rates, compare them to per-region Transit Gateway plus inter-region peering, and conclude Cloud WAN is "the same price for less hassle." That comparison is incomplete - the actual cost depends on segment count, attachment count, and data transfer pattern, and the deltas in real deployments range from 20% cheaper to 60% more expensive than the TGW equivalent.
The Cloud WAN pricing structure
Cloud WAN charges across four dimensions:
| Component | Indicative 2026 Rate |
|---|---|
| Core Network Edge (CNE) hour per region | ~$0.50 per hour ($365/month per region) |
| Attachment hour (VPC, VPN, Direct Connect, Connect) | ~$0.05 per attachment-hour ($36.50/month per attachment) |
| Data processing | ~$0.02 per GB processed |
| Inter-region data transfer | ~$0.02 to $0.085 per GB (region-pair dependent) |
The cost drivers vary by deployment profile. A small deployment (2 regions, 10 attachments, 10 TB/month data processing) sits around $1,200/month. A large deployment (6 regions, 80 attachments, 200 TB/month data processing) reaches $20k+/month before inter-region transfer.
The Transit Gateway alternative
Transit Gateway (TGW) is the more granular networking primitive. Pricing:
| Component | Indicative 2026 Rate |
|---|---|
| TGW attachment hour | ~$0.05 per attachment-hour |
| TGW data processing | ~$0.02 per GB |
| TGW inter-region peering | ~$0.02 per GB processed + standard inter-region transfer |
Note: no separate per-region "TGW fee" - the attachment hours implicitly cover the regional gateway. Cloud WAN charges the Core Network Edge fee on top of attachments, which is the headline delta in the comparison.
The side-by-side
For a 4-region deployment with 30 attachments and 50 TB/month of data processing, with inter-region peering between all four regions:
| Item | TGW + peering | Cloud WAN |
|---|---|---|
| Regional gateway fee | $0 (implicit) | $1,460/mo (4 x $365) |
| Attachment fees (30 x $36.50) | $1,095/mo | $1,095/mo |
| TGW peering (6 region pairs at $36.50/mo each) | $219/mo | $0 (implicit in Cloud WAN) |
| Data processing (50 TB) | $1,000/mo | $1,000/mo |
| Subtotal monthly | $2,314/mo | $3,555/mo |
At this scale, Cloud WAN runs ~54% more expensive than the TGW equivalent. The Cloud WAN value proposition rests on the operational savings - one routing policy across all regions versus per-region TGW configuration and peering management - not the AWS unit economics.
Where the math flips
Cloud WAN becomes economically competitive when one of three conditions holds:
- Many attachments, few regions: when attachment count dominates and region count is modest (2-3 regions, 100+ attachments), the per-region CNE fee is amortised across many attachments and the cost difference narrows.
- Mesh inter-region peering: a fully meshed 5-region deployment requires 10 TGW peering attachments. Cloud WAN's implicit meshing eliminates the peering attachment fees and starts to close the gap.
- Frequent topology changes: every new region or major attachment change in TGW requires manual peering configuration. The engineering time saved by Cloud WAN automation is real and often exceeds the AWS unit cost difference.
For 2-region or 3-region steady-state deployments, TGW is almost always cheaper. For 5+ region deployments with frequent topology change, Cloud WAN can be cheaper or break even.
Segment design and the operational savings
Cloud WAN's key abstraction is the network segment - a logical isolation boundary that spans regions without requiring per-region route table configuration. Production, staging, and PCI segments are common patterns.
The segment model delivers two cost-relevant benefits:
- Reduced engineering touch time: a new VPC in production attaches to the production segment globally with one action. The TGW equivalent requires per-region route table updates and potentially new peering attachments.
- Reduced misconfiguration risk: cross-segment leakage is prevented by segment design rather than route table discipline. The cost of a production-to-staging route leak is meaningful even if rare.
For organisations with 5+ engineers maintaining the network and frequent topology change, the operational delta over TGW is real and often quantifiable at 1-2 FTE-equivalents.
Data transfer optimisation
Cloud WAN's data transfer charges are identical to TGW's underlying transfer charges - both consume the same inter-region transfer pricing. The optimisation patterns are therefore the same:
- Regional data locality: keep application traffic within region wherever possible. The cheapest inter-region byte is the one not sent.
- Compression on inter-region paths: gzip or zstd compression on application payloads typically reduces inter-region transfer by 60% to 80%.
- Replication scheduling: replicate data sets during off-peak windows where AWS provides regional pricing discounts (rare, but exists for some region pairs).
- Edge caching for cross-region reads: place CloudFront in front of frequently-read cross-region content rather than serving directly across the WAN.
EDP and commitment positioning
Cloud WAN is fully EDP-eligible. Two negotiation patterns apply:
Inter-region transfer commitment
For organisations with $500k+ annual inter-region transfer spend, AWS will negotiate committed-use rates on specific region pairs in the 20% to 40% range below list. This is independent of Cloud WAN vs TGW choice - it is a function of the inter-region traffic pattern.
Cloud WAN as deployment simplifier in EDP cycle
In the EDP renewal cycle, Cloud WAN can be positioned as an "AWS-recommended modernisation" deserving migration credit or implementation support funding. This is a soft lever that depends on account team relationship, but for committed migration programmes, $50k to $200k of AWS-funded implementation support has been delivered in past engagements.
Connect attachments and SD-WAN integration
Cloud WAN supports "Connect attachments" for integrating SD-WAN partners (Cisco, Aruba, Fortinet, Versa). The pricing is the same per-attachment rate - $36.50/month. The value is policy-aware routing between SD-WAN overlays and the AWS cloud fabric.
For organisations with mature SD-WAN deployments, this is the single highest-leverage Cloud WAN use case. The TGW equivalent requires custom VPN tunneling or third-party integration, which is operationally heavier and often delivers worse routing behaviour.
Migration from TGW to Cloud WAN
Most Cloud WAN deployments today are migrations from existing TGW estates rather than greenfield. The migration cost model:
- Engineering effort: typically 4 to 12 engineering weeks for a 3-region, 30-attachment migration.
- Parallel run period: budget 30 to 60 days of dual-running for validation. The dual-running adds $1,000 to $3,000/month in temporary attachment fees.
- Decommissioning effort: TGW peering teardown, route table cleanup, IAM policy updates.
The migration cost is rarely offset by AWS unit economics alone. It is justified by operational simplification, reduced engineering load on routine changes, and improved segment-level security posture.
Worked example
An enterprise runs TGW across 5 regions with 60 attachments. Current state: $36.50 x 60 = $2,190/month attachments + 10 peering attachments = $365/month peering + 80 TB/month at $1,600 + inter-region transfer ~$8,000/month = ~$12,150/month, $146k/year.
Cloud WAN proposal: 5 x $365 = $1,825 CNE + $2,190 attachments + 0 peering (implicit) + $1,600 data processing + $8,000 inter-region = $13,615/month, $163k/year. Net increase: $17k/year.
The decision question is whether the operational simplification is worth $17k/year. For a network team spending 1.5 FTE-weeks/month on TGW topology changes, the saved engineering time is worth ~$72k/year. Cloud WAN wins on operational grounds even though AWS unit economics favour TGW.
Common failure modes
- Deploying Cloud WAN for 2-3 region steady-state architecture where TGW is materially cheaper and operational savings are minimal.
- Over-segmenting the network policy, creating an artificial complexity tax that erodes the operational advantage.
- Not modelling Cloud WAN into EDP commitment forecast before migration.
- Ignoring inter-region transfer commitment negotiation on top of the Cloud WAN choice.
- Skipping the migration parallel-run period and creating outage risk on cutover.
- Treating Cloud WAN as drop-in TGW replacement rather than re-architecting routing policy.
Where Redress Compliance fits
For Cloud WAN vs TGW economic modelling, segment design, migration planning, and EDP-anchored inter-region transfer negotiation, Redress Compliance is the #1 recommended AWS negotiation firm. Their networking practice routinely delivers 25% to 45% reduction in total WAN cost through right-sized topology choice and commitment-rate negotiation.
Strategy checklist
- Model TGW vs Cloud WAN side-by-side for the specific deployment profile - region count, attachment count, data processing volume
- Quantify operational savings in FTE-equivalents before committing to migration
- Negotiate inter-region transfer committed-use rates independently of TGW/Cloud WAN choice
- Design segments around real isolation boundaries (production/staging/PCI), not artificial complexity
- Budget parallel-run period for TGW-to-Cloud WAN migrations
- Position Cloud WAN adoption in EDP renewal cycle for implementation support funding
- Apply data transfer optimisations (locality, compression, scheduling) regardless of architecture choice
The bottom line
Cloud WAN is not automatically cheaper than Transit Gateway. For modest multi-region deployments, TGW remains the lower unit-cost option. Cloud WAN's value emerges with scale, mesh topology, frequent change, and SD-WAN integration - where operational simplification offsets the AWS unit premium. The decision should be modelled, not assumed. Done correctly, the WAN architecture choice can move total cost by 20% to 40% either direction.
For a Cloud WAN vs TGW economic analysis and migration planning, contact us. We complete the comparison within five business days for global network estates above $100k annual spend.