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: src/content/docs/containers/pricing.mdx
+24-20Lines changed: 24 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,36 +5,40 @@ sidebar:
5
5
order: 4
6
6
---
7
7
8
-
## Closed Beta Pricing
8
+
## vCPU, Memory and Disk
9
9
10
-
During the closed beta, Containers are free to run and images stored
11
-
in the Cloudflare Registry are free of cost.
10
+
Containers are billed for every 10ms that they are actively running at the following rates, with included monthly usage as part of the $5 USD per month [Workers Paid plan](/workers/platform/pricing/):
12
11
13
-
Users will be charged standard pricing for both [Workers](/workers/platform/pricing/) and
14
-
[Durable Objects](/durable-objects/platform/pricing/), both of which are necessary to
|**Workers Paid**| 25 GiB-hours/month included <br/> +$0.0000025 per additional GiB-second | 375 vCPU-minutes/month <br/>+ $0.000020 per additional vCPU-second | 200 GB-hours/month <br/> +$0.00000007 per additional GB-second |
16
16
17
-
## Long-term Pricing
17
+
You only pay for what you use — charges start when a request is sent to the container or when it is manually started. Charges stop after the container instance goes to sleep, which can happen automatically after a timeout. This makes it easy to scale to zero, and allows you to get high utilization even with bursty traffic.
18
18
19
-
Containers will be billed for every 10ms that they are actively running at the following rates:
19
+
#### Instance Types
20
20
21
-
- Memory: $0.0000025 per GB-second
22
-
- CPU: $0.000020 per vCPU-second
23
-
- Disk $0.00000007 per GB-second
21
+
When you add containers to your Worker, you specify an [instance type](/containers/platform-details/#instance-types). The instance type you select will impact your bill — larger instances include more vCPUs, memory and disk, and therefore incur additional usage costs. The following instance types are currently available, and larger instance types are coming soon:
24
22
25
-
After 1 TB of free data transfer per month, egress from a Container will be priced per-region
23
+
| Name | Memory | CPU | Disk |
24
+
|----------|----------|------------|------|
25
+
| dev | 256 MiB | 1/16 vCPU | 2 GB |
26
+
| basic | 1 GiB | 1/4 vCPU | 4 GB |
27
+
| standard | 4 GiB | 1/2 vCPU | 4 GB |
26
28
27
-
More details will come between now and the open beta.
29
+
## Network Egress
28
30
29
-
## Durable Object Pricing
31
+
Egress from Containers is priced at the following rates:
30
32
31
-
Container instances are managed and addressed using Durable Objects. Container users are charged
32
-
for Durable Object usage as part of using Containers.
33
+
TODO
33
34
34
-
See [Durable Object pricing](/durable-objects/platform/pricing/#_top) for details.
35
+
## Workers and Durable Objects Pricing
35
36
36
-
## Container Logs Pricing
37
+
When you use Containers, incoming requests to your containers are handled by your [Worker](/workers/platform/pricing/), and each container has its own
38
+
[Durable Object](/durable-objects/platform/pricing/). You are billed for your usage of both Workers and Durable Objects.
37
39
38
-
If you configure logging for your Container, your Container Logs are billed at Workers Logs rates.
40
+
## Logs and Observability
39
41
40
-
See [Workers Logs pricing](/workers/observability/logs/workers-logs/#pricing) for details.
42
+
Containers are integrated with the [Workers Logs](/workers/observability/logs/workers-logs/) platform, and billed at the same rate. Refer to [Workers Logs pricing](/workers/observability/logs/workers-logs/#pricing) for details.
43
+
44
+
When you [enable observability for your Worker](/workers/observability/logs/workers-logs/#enable-workers-logs) with a binding to a container, logs from your container will show in both the Containers and Observability sections of the Cloudflare dashboard.
0 commit comments