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
Copy file name to clipboardExpand all lines: pricing/overview.mdx
+81-3Lines changed: 81 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,85 @@ The pricing information below is for our managed service. Billing is based on th
8
8
9
9
At a high level, our prices are 3-10x lower than comparable offerings. For example, 2 vCPU instance prices for different services are:
10
10
11
-
-[GitHub Actions](/pricing/github-actions): \$0.0008/min on Ubicloud vs. \$0.008/min on GitHub
12
-
-[Compute (VMs)](/pricing/compute): \$25/month on Ubicloud vs. \$90/month on AWS Germany
13
-
-[Managed PostgreSQL](/pricing/managed-postgresql): \$65/month on Ubicloud vs. \$200/month on AWS Germany
11
+
-[GitHub Actions](#github-actions): \$0.0008/min on Ubicloud vs. \$0.008/min on GitHub
12
+
-[Compute (VMs)](#compute): \$25/month on Ubicloud vs. \$90/month on AWS Germany
13
+
-[Managed PostgreSQL](#managed-postgresql): \$65/month on Ubicloud vs. \$200/month on AWS Germany
14
+
15
+
16
+
## GitHub Actions
17
+
18
+
Ubicloud runners come with dedicated CPU, memory, local block storage, and a public IPv4 address. Our GitHub Managed Runner Application allocates virtual machines (VMs) across Germany and Finland regions to provide high availability. Every account gets a \$1/month credit that's equivalent to 1,250 minutes of Ubicloud runner time.
19
+
20
+
The tag `ubicloud-standard-2` defaults to Linux x64 2 vCPUs. Given Ubicloud's price advantage, we recommend trying 4 vCPUs if your pipeline benefits from parallelism.
By default, all Ubicloud for GitHub Actions accounts can run a total of **128 concurrent vCPUs**. This concurrency limit represents the maximum number of vCPUs that can be active in parallel across all runners and enables faster completion of queued workflow runs.
51
+
52
+
For example, with the default concurrency limit of 128 vCPUs, you can run 64 x `ubicloud-standard-2` instances in parallel. Or, you can concurrently run 16 x `ubicloud-standard-4` and 8 x `ubicloud-standard-8` instances.
53
+
54
+
If your project requires additional concurrency beyond the default limits, you can add Concurrency Extensions to your account. Each extension increases your capacity by 64 vCPUs for an additional fee. To learn more or buy additional Concurrency Extensions, please contact us at [support@ubicloud.com](mailto:support@ubicloud.com).
55
+
56
+
57
+
## Compute
58
+
59
+
Ubicloud virtual machines (VMs) come with dedicated CPU, memory, and local block storage. We use the name **standard** for our general purpose instance types.
60
+
- Pricing for standard instances in Hetzner's Finland region is as follows.
61
+
- Ubicloud prices for Hetzner's Germany region is 4.5% higher than those in Finland.
Ubicloud creates each VM in a private subnet. For free, each VM gets a private IPv4 and IPv6 address. The VM also gets a public IPv6 address for free. For a public IPv4 address, we charge \$3.00/month pro-rated per minute. You can opt out of getting a public IPv4 when creating the VM.
75
+
76
+
Each VM has a monthly egress quota of 0.625TB per 2 vCPUs. If you exceed this limit, we will charge you \$3 per TB of egress traffic. We don't charge for ingress traffic or traffic between your resources within the same cloud region.
77
+
78
+
79
+
## Managed PostgreSQL
80
+
81
+
Ubicloud Managed PostgreSQL offers six different SKUs for your needs. If you need a different configuration, please contact us.
0 commit comments