Updates to Render Compute Plans
On August 26, 2026, Render introduced a new naming convention for compute plans (previously called "instance types").
The new plan IDs more helpfully reflect each plan's specifications. Here are three examples for web service compute plans:
| Specs | Legacy Plan Name | New Plan ID |
|---|---|---|
|
0.5 CPU |
|
|
|
1 CPU |
|
|
|
2 CPU |
|
|
Additionally, Render added new plan options with commonly requested combinations of CPU and RAM.
Here are the most important details:
- There are no changes to pricing.
- Legacy plan names (
standard,pro, etc.) remain supported across all Render tooling, including Blueprints and the Render API. - Each legacy plan name has a corresponding new plan with identical specs and pricing.
The rest of this article provides additional details about these updates.
New plan ID format
Compute plans now use an identifier that reflects their specs. Most plan IDs use the following format:
For example, the 1c-2g compute plan provides 1 CPU and 2 GB of RAM (the same as the legacy standard plan).
Exceptions include:
- The
freeplan, which retains its name - Paid compute plans with less than 1 GB of RAM
- These end in
mbinstead ofg(such as0.5c-512mb)
- These end in
- Plan IDs for Render Key Value
- Key Value plan IDs only reflect memory (
256mb,1g, and so on)
- Key Value plan IDs only reflect memory (
All Render tooling (including Blueprints and the Render API) supports the new set of plan IDs and also continues to support legacy plan names.
New plan options
Render has introduced new compute plans for the service types listed below. Many of these new plans provide a higher ratio of RAM to CPU to support memory-intensive workloads.
For pricing details on these and all other compute plans, see the pricing page.
Web service / Private service / Background worker
| CPU | RAM | Plan ID |
|---|---|---|
| 2 CPU | 8 GB |
|
| 2 CPU | 16 GB |
|
| 4 CPU | 32 GB |
|
| 8 CPU | 16 GB |
|
| 8 CPU | 64 GB |
|
| 12 CPU | 24 GB |
|
| 12 CPU | 48 GB |
|
| 12 CPU | 96 GB |
|
Cron job
| CPU | RAM | Plan ID |
|---|---|---|
| 2 CPU | 8 GB |
|
| 2 CPU | 16 GB |
|
| 4 CPU | 16 GB |
|
| 4 CPU | 32 GB |
|
| 8 CPU | 16 GB |
|
| 8 CPU | 32 GB |
|
| 8 CPU | 64 GB |
|
Render Postgres
| CPU | RAM | Plan ID |
|---|---|---|
| 1 CPU | 2 GB |
|
FAQ
Are there any changes to pricing?
No. All compute plans keep their existing pricing.
For pricing details on the new plan options, see the pricing page.
Can I continue to use legacy plan names, such as standard and pro?
Yes. Legacy plan names remain supported. There is no difference in specs or pricing between a legacy plan and its corresponding new plan, such as between standard and 1c-2g.
Note that the new plan options do not have a corresponding legacy plan name.