RPC endpoint hosting cost: AWS vs dedicated infrastructure in 2026

A single RPC endpoint workload (16 vCPU, 64 GB RAM, 4 TB NVMe net of replication) costs $1,112 per month on AWS. The same workload runs at $194 per month on dedicated component-priced infrastructure. That gap is wider than the equivalent gap for an Ethereum validator or a Chainlink node, and the reason is network egress. RPC endpoints are the only crypto infrastructure workload where bandwidth is a meaningful monthly cost driver, and bandwidth is the line hyperscalers price most aggressively.

This page runs the actual numbers for one RPC endpoint workload across the providers an operator actually compares, then explains why the gap looks the way it does.

The workload

A production RPC endpoint at modest institutional scale needs:

Most RPC cost comparisons treat the workload as "big servers." The cost shape is actually unusual. CPU sits high under sustained load instead of spiking. Memory hits a ceiling that does not move. Storage grows aggressively with archive features and recent trie depth. Egress dominates the bill on public RPC endpoints in a way it does not for any other crypto workload.

Side-by-side pricing

All monthly figures. Source: linkpool.io/pricing canonical workload table.

Provider Monthly cost Pricing model
AWS EC2 $1,112 Per-resource, egress on top
Servers.com SBM $1,219 Whole server, smallest SBM that fits
Latitude.sh $720 Whole server
Hetzner AX162 $219 Whole server, fits one workload
LinkPool Standard 12-month $194 Component, bundled egress
LinkPool Performance 12-month $335 Component, guaranteed QoS

Two numbers stand out. AWS is more than 5x LinkPool Standard at this workload size. Hetzner is the only other low-cost option and it sells one server, not one workload. The economics under each model are not the same conversation.

Why the gap is wider for RPC than for validators

Egress is the single biggest difference. AWS data transfer out runs $0.09 per GB after the first GB. A moderately-loaded public RPC endpoint serves multiple terabytes of egress per month under sustained JSON-RPC traffic. That alone is several hundred dollars per month before any compute, memory, or storage cost.

State bloat is the second. The 4 TB net figure today is projected to climb to 5-6 TB by the end of 2026 for archive-feature endpoints. NVMe at scale is priced differently on a hyperscaler than on a colocation host.

Read-replica scaling is the third. Hyperscalers price read replicas aggressively. Dedicated infrastructure runs replicas on the same fabric without per-replica licensing or egress between zones.

When each option is the right call

AWS suits short-lived test and development RPC setups, integration environments, and any case where the workload runs less than full-time. The hourly billing model and the surrounding service catalogue carry real value when usage is bursty.

Hetzner is the right call for operators running one or two RPC endpoints per server, accepting the platform risk that comes with consumer-grade infrastructure for production crypto work. In November 2022 Hetzner enforced its terms-of-service against 1,000+ Solana validators in a single policy change. That risk has not gone away.

LinkPool Standard fits production RPC work where steady-state cost matters and traffic is predictable. Standard is burstable QoS, which RPC workloads handle well because their CPU sits high under load rather than spiking.

LinkPool Performance fits RPC work where any throttling under contention or any read-replica scaling pressure is unacceptable. Institutional ETH endpoint operators, large dApp backends, and any workload sensitive to JSON-RPC tail latency belong on Performance.

What else changes the bill

Three line items that do not appear in a sticker-price comparison but matter at the bill level.

Hypervisor overhead adds 0.3-1.2ms per network hop on shared-tenant hosts. For JSON-RPC traffic that is a measurable tail-latency tax.

DIY dedicated-infrastructure operations overhead runs £4,000-£13,000 per month in engineering time on a self-managed build. That figure does not appear in a per-server quote. It does appear in the headcount budget.

Manchester. Our infrastructure runs across three availability zones in Manchester. That is the location reference operators audit when an institutional buyer asks where the workload runs.

Common questions

How much does it cost to host an RPC endpoint on AWS?

One RPC endpoint workload (16 vCPU, 64 GB RAM, 4 TB NVMe) costs approximately $1,112 per month on AWS. Egress is charged on top at $0.09 per GB — a significant additional cost for public endpoints with sustained JSON-RPC traffic.

Why are RPC costs higher than validator costs on cloud?

Egress. RPC endpoints serve JSON-RPC traffic continuously. A moderately-loaded public endpoint generates multiple terabytes of outbound data per month. Bandwidth is what hyperscalers price most aggressively, and it is the one crypto workload where that matters.

What is the cheapest RPC endpoint hosting option?

LinkPool Standard at $194 per month (12-month) for the standard RPC workload with bundled bandwidth. Egress is not charged separately.

Standard vs Performance for RPC: which should I use?

Standard suits most RPC workloads — CPU sits high under sustained load rather than spiking, which Standard handles well. Performance is the right call when JSON-RPC tail latency matters or when read-replica scaling pressure is unacceptable.

Related reading

Frequently asked questions

How much does it cost to host an RPC endpoint on AWS?

One RPC endpoint workload (16 vCPU, 64 GB RAM, 4 TB NVMe) costs approximately $1,112 per month on AWS. Egress is charged on top at $0.09 per GB — a significant additional cost for public RPC endpoints with sustained JSON-RPC traffic.

Why are RPC endpoint costs higher than validator costs on cloud?

Egress. RPC endpoints serve JSON-RPC traffic continuously. A moderately-loaded public endpoint generates multiple terabytes of outbound data per month. AWS charges $0.09 per GB after the first GB free tier. That alone adds several hundred dollars per month before any compute or storage cost.

What is the cheapest RPC endpoint hosting option?

LinkPool Standard tier at $194 per month (12-month commitment) for the standard RPC workload with bundled bandwidth — egress is not charged separately. Hetzner AX162 at $219 is also low-cost but sells a whole server, not a workload, and does not bundle egress.

What is the difference between Standard and Performance tier for RPC hosting?

Standard (burstable QoS) handles most RPC workloads well — CPU sits high under sustained load rather than spiking, which Standard handles. Performance (guaranteed QoS) is worth the premium for archive-feature endpoints or any workload where JSON-RPC tail latency matters, because it eliminates throttling under contention.