Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions about/pricing.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,46 @@ We use Lets Encrypt to issue certificates, and donate half of our SSL fees to th
* Single hostname certificates: $0.10/mo
* Wildcard certificates: $1/mo

### Outbound data transfer
### Data transfer pricing

We bill for outbound data transfer from the region a VM is running in, inbound transfer is free.
Inbound data transfer is free.

Data transfer from apps without an assigned IP address is free. [Flycast IPs](/docs/networking/private-networking/#flycast-private-fly-proxy-services) are considered an IP assignment, so apps using Flycast will accrue data transfer costs.

Otherwise, Fly.io bills per-region pricing for outbound data transfer.

<%= partial("shared/network_pricing") %>

Any traffic exiting a Fly.io Machine is considered outbound data transfer, including:

* traffic destined for the internet
* traffic destined for other Machines or apps in your network
* traffic destined for [extensions](#extensions) like Supabase or Upstash Redis

One exception: traffic destined for [Tigris Object Storage](/reference/tigris) is free. Learn more about [Extensions billing](#extensions).


## Fly Kubernetes

[Fly Kubernetes](/docs/kubernetes/) (FKS) is a managed Kubernetes service that runs on Fly.io.

- $75/mo per cluster
- Plus the cost of [compute](#compute) and [Fly volumes](#persistent-storage-volumes) that you create

## Extensions

Fly.io offers managed services operated by third parties, such as [Tigris Object Storage](/reference/tigris), [Supabase Postgres](/reference/supabase) and [Upstash Redis](/reference/redis).

When you provision their services, you become their customer, and you pay their list prices via your monthly Fly.io bill. Charges are updated daily in your Fly.io dashboard.

You will not be billed separately for:

* Machines running the services, which are hosted in the provider's account
* IP addresses associated with the service
* Bandwidth to Tigris Object Storage

You **will** be billed separately for data transfer to services other than Tigris Object Storage. See our [data transfer pricing](#data-transfer-pricing) for details.

## LiteFS Cloud

[LiteFS Cloud](/docs/litefs/cloud-backups) is a service that provides streaming
Expand Down
1 change: 1 addition & 0 deletions styles/config/vocabularies/fly-terms/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildpacks?\b
bursty
callouts?\b
cleartext
containerd
cron
datacenters?\b
datasource
Expand Down