Skip to content

Commit

Permalink
add # of VCUs to blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
shainaraskas committed Jul 16, 2024
1 parent 80c10e9 commit a7cb8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless/partials/minimum-vcus-detail.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<DocCallOut color="warning" title="Minimum runtime VCUs">
When you create an Elasticsearch Serverless project, a minimum number of VCUs are always allocated to your project to maintain basic capabilities. These VCUs are used for the following purposes:

- **Ingest**: Ensure constant availability for ingesting data into your project.
- **Search**: Maintain a data cache and support low latency searches.
- **Ingest**: Ensure constant availability for ingesting data into your project (4 VCUs).
- **Search**: Maintain a data cache and support low latency searches (8 VCUs).

These minimum VCUs are billed at the standard rate per VCU hour, incurring a minimum cost even when you're not actively using your project.
Learn more about [minimum VCUs on Elasticsearch Serverless](https://www.elastic.co/pricing/serverless-search#what-are-the-minimum-compute-resource-vcus-on-elasticsearch-serverless).
Expand Down

0 comments on commit a7cb8a0

Please sign in to comment.