Skip to content

Commit 11092b7

Browse files
authored
Update pricing docs, make sure to clarify what is part of Workers Paid plan
1 parent 8f96822 commit 11092b7

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

src/content/docs/containers/pricing.mdx

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,40 @@ sidebar:
55
order: 4
66
---
77

8-
## Closed Beta Pricing
8+
## vCPU, Memory and Disk
99

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/):
1211

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
15-
interact with Containers.
12+
| | Memory | CPU | Disk |
13+
|-------------|-------------------------------------------------------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------------|
14+
| **Free** | N/A | N/A | |
15+
| **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 |
1616

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.
1818

19-
Containers will be billed for every 10ms that they are actively running at the following rates:
19+
#### Instance Types
2020

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:
2422

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 |
2628

27-
More details will come between now and the open beta.
29+
## Network Egress
2830

29-
## Durable Object Pricing
31+
Egress from Containers is priced at the following rates:
3032

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
3334

34-
See [Durable Object pricing](/durable-objects/platform/pricing/#_top) for details.
35+
## Workers and Durable Objects Pricing
3536

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.
3739

38-
If you configure logging for your Container, your Container Logs are billed at Workers Logs rates.
40+
## Logs and Observability
3941

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

Comments
 (0)