Topic

networking

99 articles on networking — what drives the cost, how it is priced, and where the savings actually are.

kubernetesnetworkingcost-optimization

Kubernetes load balancer cost per service: why 40 Services cost $1,000 a month

Every Service of type LoadBalancer provisions a real cloud load balancer with its own hourly fee. Teams that expose each microservice this way pay hundreds per month for routing that one ingress controller would handle. Here is the math and the fix.

The C3X Team··6 min read
kubernetesnetworkingcost-optimization

Kubernetes cross-zone traffic cost: the $0.02 per GB nobody attributes

Spreading pods across availability zones is good for resilience and expensive for chatty microservices. Every cross-zone hop is billed in both directions. Here is how much it adds and how topology aware routing removes most of it.

The C3X Team··7 min read
machine-learningnetworkingcost-optimization

AI workload data transfer cost: the line item nobody forecasts

Training pulls terabytes from object storage, distributed jobs push gradients across zones, and inference ships embeddings between services. At $0.01 to $0.09 per GB, AI data movement turns into a five-figure line quickly.

The C3X Team··7 min read
networkingdata-platformcost-optimization

Data transfer cost between analytics services: the line nobody budgets for

Moving data between a lake, a warehouse, a stream, and a BI tool crosses availability zones, regions, and account boundaries. Each crossing has a price, and at analytics volumes they add up fast.

The C3X Team··8 min read
networkingcost-optimizationaws

Egress-free destinations: when outbound data costs you nothing

Not all outbound traffic is billable. Every major cloud has a list of destinations where egress is free, and routing through them is one of the cheapest optimizations available. Here is the list and how to use it.

The C3X Team··7 min read
networkingcost-optimizationapi

API payload size and cost: what every extra kilobyte is worth

An API response is billed by the byte once it leaves the cloud. Multiply a few hundred wasted bytes by a billion calls and the padding becomes a real line item. Here is how to price a payload.

The C3X Team··7 min read
networkingmicroservicescost-optimization

Chatty microservices: what all that internal traffic actually costs

Splitting a monolith turns function calls into network calls. Those calls are metered, and a fan-out pattern across availability zones can quietly add thousands per month. Here is the arithmetic.

The C3X Team··7 min read
kubernetesnetworkingcost-optimization

Kubernetes cross-zone traffic cost: the tax on spreading pods

Spreading pods across availability zones buys resilience and costs bandwidth. Kubernetes load balances without regard to zone by default, so most of your service traffic is billed. Here is how to fix it.

The C3X Team··7 min read
databasesnetworkingcost-optimization

Database replication traffic cost: what keeping replicas in sync costs

A read replica in another zone or region is not just a second instance bill. Every write is shipped over a metered network, and for write-heavy systems the transfer can rival the compute. Here is the breakdown.

The C3X Team··7 min read
backupnetworkingcost-optimization

Backup data transfer cost: what moving your backups actually costs

Backup storage is cheap and well understood. Backup movement is neither. Cross-region copies, restores, and third-party backup targets all cross metered networks. Here is what each one costs.

The C3X Team··7 min read
networkingcdncost-optimization

Video delivery cost per viewer: pricing a stream properly

Video is the heaviest thing most companies put on a network. One hour of 1080p delivered to one viewer moves several gigabytes, and the per-GB meter does the rest. Here is the cost per viewer, worked out.

The C3X Team··7 min read
networkingdnscost-optimization

DNS query cost at scale: when a tenth of a cent starts to matter

DNS is priced per million queries, which feels free until you count how many queries a busy system actually makes. TTLs, health checks, and service discovery all move the number. Here is the math.

The C3X Team··7 min read
awss3networking

S3 Transfer Acceleration cost: what the speed premium actually buys

Transfer Acceleration routes S3 traffic over the CloudFront edge network for a per-GB premium on top of normal transfer. Sometimes it is worth several times its price, and sometimes it does nothing at all.

The C3X Team··6 min read
cdnnetworkingcost-optimization

CDN origin shield cost: paying a little to protect the origin

Origin shield adds a second caching layer between edge locations and your origin. It costs per request and saves origin load, but it only pays for itself under particular traffic shapes. Here is when.

The C3X Team··6 min read
architecturenetworkingcost-optimization

Multi-region active-active cost: the real price of running everywhere

Active-active across two regions is not twice the cost of one. Duplicated compute, duplicated storage, and constant bidirectional replication traffic push the multiple closer to 2.3 or 2.5. Here is the breakdown.

The C3X Team··7 min read
finopsnetworkingunit-economics

Egress cost per user: turning bandwidth into a unit economic

A bandwidth bill is meaningless as an absolute number. Divided by active users it becomes a metric you can trend, forecast, and compare against revenue per user. Here is how to build it.

The C3X Team··7 min read
architecturenetworkingcost-optimization

Data gravity cost: why your data becomes expensive to move

The more data you accumulate in one place, the more it costs to move elsewhere, and the more services cluster around it. Egress pricing is what turns that pull into a financial constraint.

The C3X Team··7 min read
containersnetworkingcost-optimization

Container image pull cost: what your registry traffic is worth

Every pod start pulls an image. Multiply a 1.2 GB image by a few thousand pulls a day and registry traffic becomes a real line item, especially when the registry sits in another region or another cloud.

The C3X Team··7 min read
observabilitynetworkingcost-optimization

Telemetry egress cost: what shipping logs and metrics out costs

Observability data leaves your cloud on its way to a vendor, and it leaves continuously. At typical volumes the egress alone can rival a mid-size database bill, before the vendor charges anything.

The C3X Team··7 min read
networkingmigrationcost-optimization

Bulk data migration transfer cost: network, appliance, or both

Moving tens or hundreds of terabytes into or out of a cloud has three viable paths with very different economics. The right one depends on volume, deadline, and available bandwidth. Here is the comparison.

The C3X Team··7 min read
gcpnetworkingcost-optimization

GCP Private Service Connect cost: what private access is worth

Private Service Connect gives you a private IP inside your VPC for a Google or third-party service. It charges per endpoint hour and per gigabyte, and it usually beats routing the same traffic through Cloud NAT.

The C3X Team··6 min read
serverlessawsnetworking

Functions in a VPC: what network attachment really costs

Putting a function in a VPC is free in itself. What it pulls in is not: a NAT gateway for outbound access, data processing charges, and the choice between endpoints and gateways. Here is the bill.

The C3X Team··7 min read
networkingcost-optimizationaws

Cutting the data transfer bill: a playbook for the invisible line

Data transfer is billed per GB with no resource to point at, which is why it is the hardest line to attribute and the easiest to ignore. Here is how to find the flows, rank them, and cut them, with the per GB rates that matter.

The C3X Team··8 min read
networkingcost-optimizationaws

Deleting unused load balancers and IP addresses: a small line that adds up

A load balancer with no targets and a public IP with no association each cost a few dollars to tens of dollars a month. Individually trivial, collectively thousands. Here is how to find them, verify they are dead, and remove them safely.

The C3X Team··7 min read