Skip to content

Commit a706c7f

Browse files
committed
added instance types
1 parent cd7d879 commit a706c7f

2 files changed

Lines changed: 39 additions & 12 deletions

File tree

docs/eigencompute/get-started/billing.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,31 @@ sidebar_position: 3
55

66
Deploying an EigenCompute application to Sepolia testnet or mainnet requires an EigenCompute subscription.
77

8-
EigenCompute has metered billing at 0.177c per vCPU hour so you pay for what you use. All new and migrating customers
9-
receive a $100 credit.
8+
EigenCompute has metered billing so you pay for what you use. All new customers receive a $100 credit.
109

1110
:::important Mainnet Pricing
1211
Current EigenCompute pricing is the testnet pricing. Mainnet deployments are available testnet pricing for a promotional
13-
period ending on 01/31/2026.
12+
period ending on 04/31/2026.
1413
:::
1514

1615
Up to 10 apps each can be deployed on Sepolia testnet and mainnet per subscription (that is, 20 apps total can be deployed per subscription per [ecloud CLI authentication key](../concepts/keys-overview.md)).
1716

18-
:::note Early Access Customers
19-
Early Access Customers will continue to get free access until the end of the year. Starting January 2026, we will begin turning off active applications without a subscription.
20-
:::
17+
## Instance types
18+
19+
* Shielded VM (vTPM): Verified boot and runtime attestation.
20+
* SEV-SNP (TEE): Verified boot, runtime attestation, and hardware-encrypted memory (AMD).
21+
* TDX (TEE): Verified boot, runtime attestation, and hardware-encrypted memory (Intel).
22+
23+
### Instance pricing and specifications
24+
25+
| Instance Tier | Resources | Security Type | Hourly Price | Monthly Price |
26+
|:-----------------|:---------------------|:-------------------|:-------------|:-----------------|
27+
| **Starter 1** | Shared 2 vCPU + 1 GB | Shielded VM (vTPM) | $0.03/hr | $19.99/mo |
28+
| **Starter 2** | Shared 2 vCPU + 2 GB | Shielded VM (vTPM) | $0.04/hr | $27.99/mo |
29+
| **Growth 1** | 2 vCPU + 4 GB | SEV-SNP (TEE) | $0.07/hr | $53.99/mo |
30+
| **Growth 2** | 2 vCPU + 8 GB | SEV-SNP (TEE) | $0.12/hr | $85.99/mo |
31+
| **Enterprise 1** | 4 vCPU + 16 GB | TDX (TEE) | $0.33/hr | $239.99/mo |
32+
| **Enterprise 2** | 8 vCPU + 32 GB | TDX (TEE) | $0.66/hr | $484.99/mo |
2133

2234
## Subscribe
2335

docs/eigencompute/reference/ecloud-cli/compute/app.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,17 @@ If you don't have an EigenCompute subscription, the CLI will prompt you for [bil
110110
111111
`--instance-type <value>` (string)
112112

113-
> Machine instance type to use. One of `g1-standard-4t` or `g1-standard-8t`. Prompted for if not provided. Can be set using environment variable `ECLOUD_INSTANCE_TYPE`.
113+
> Machine instance type to use. Prompted for if not provided. Can be set using environment variable `ECLOUD_INSTANCE_TYPE`.
114+
> For instance pricing, refer to [Billing](../../../get-started/billing.md#instance-types).
114115
>
115-
> | Machine type | vCPUs | Memory | Architecture |
116-
> |------------------|:-------:|:--------:|---------------|
117-
> | g1-standard-4t | 4 | 16 GB | Intel TDX |
118-
> | g1-standard-8t | 8 | 32 GB | Intel TDX |
116+
> | Machine type | vCPUs | Memory | Architecture |
117+
> |-------------------|:--------:|:------:|------------------|
118+
> | g1-micro-1v | 2 shared | 1GB | vTPM Shielded VM |
119+
> | g1-small-1v | 2 shared | 2GB | vTPM Shielded VM |
120+
> | g1-custom-2-4096s | 2 | 4GB | AMD SEV-SNP |
121+
> | g1-standard-2s | 2 | 8GB | AMD SEV-SNP |
122+
> | g1-standard-4t | 4 | 16 GB | Intel TDX |
123+
> | g1-standard-8t | 8 | 32 GB | Intel TDX |
119124
120125

121126
`--name <name>` (string)
@@ -215,7 +220,17 @@ Update an existing application with new code, configuration, or environment vari
215220
216221
`--instance-type <value>` (string)
217222

218-
> Machine instance type to use. One of `g1-standard-4t` or `g1-standard-8t`. Prompted for if not provided. Can be set using `ECLOUD_INSTANCE_TYPE`.
223+
> Machine instance type to use. Prompted for if not provided. Can be set using environment variable `ECLOUD_INSTANCE_TYPE`.
224+
> For instance pricing, refer to [Billing](../../../get-started/billing.md#instance-types).
225+
>
226+
> | Machine type | vCPUs | Memory | Architecture |
227+
> |-------------------|:--------:|:------:|------------------|
228+
> | g1-micro-1v | 2 shared | 1GB | vTPM Shielded VM |
229+
> | g1-small-1v | 2 shared | 2GB | vTPM Shielded VM |
230+
> | g1-custom-2-4096s | 2 | 4GB | AMD SEV-SNP |
231+
> | g1-standard-2s | 2 | 8GB | AMD SEV-SNP |
232+
> | g1-standard-4t | 4 | 16 GB | Intel TDX |
233+
> | g1-standard-8t | 8 | 32 GB | Intel TDX |
219234
220235
`--verifiable`
221236

0 commit comments

Comments
 (0)