You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No IaC story at the moment. Had a previous terraform provider but was discontinued. Manage infrastructure through the web GUI or `flyctl` CLI.
4
4
5
-
* "RootFS" $0.15/GB/month
6
-
* Shared 1x CPU machines
7
-
* $5 free allowance/month
5
+
## [Pricing][1]
6
+
7
+
There is no "free allowance" on new fly.io plans (referred to as "Pay As You Go"), instead, you pay for compute resources as you use them.
8
+
9
+
For the majority of apps, fly machines in the `shared-cpu-1x` category will be sufficient.
10
+
As an example, for a near-stock Rails app that was deployed to the Sydney region, the resources created were:
11
+
12
+
* A `shared-cpu-1x-1024` maachine to host the Rails app proper (incurring a US$7.23/mo bill).
13
+
* An additional `shared-cpu-1x-256` to support the corresponding database (US$2.47/mo).
14
+
* A volume to back the data stored in this database (initially a 1GB volume, billed at US$0.15/GB/mo).
15
+
16
+
Apps that are shutdown but persist on Fly.io accumulate a RootFS storage fee of $0.15/GB/month—this covers the cost of the file system, and is based on your OCI image generated from your app.
0 commit comments