Skip to content

Commit

Permalink
Add new Elasticsearch plans.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenaas committed May 9, 2024
1 parent 29ac887 commit 2aace04
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _docs/services/aws-elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Service Name | Plan Name | Description | Number of nodes |
`aws-elasticsearch` | `es-2xlarge-gp-ha` | 3 Primary and 4 Data node cluster | 7 |
`aws-elasticsearch` | `es-4xlarge-gp` | 3 Primary and 2 Data node cluster | 5 |
`aws-elasticsearch` | `es-4xlarge-gp-ha` | 3 Primary and 4 Data node cluster | 7 |
`aws-elasticsearch` | `es-8xlarge-gp` | 3 Primary and 4 Data node cluster (by request) | 7 |
`aws-elasticsearch` | `es-8xlarge-gp-ha` | 3 Primary and 8 Data node cluster (by request) | 11 |
`aws-elasticsearch` | `es-12xlarge-gp` | 3 Primary and 2 Data node cluster (by request) | 5 |
`aws-elasticsearch` | `es-12xlarge-gp-ha` | 3 Primary and 4 Data node cluster (by request) | 7 |
`aws-elasticsearch` | `es-24xlarge-gp` | 3 Primary and 4 Data node cluster (by request) | 7 |
`aws-elasticsearch` | `es-24xlarge-gp-ha` | 3 Primary and 8 Data node cluster (by request) | 11 |

## When to use

Expand Down
6 changes: 5 additions & 1 deletion _pages/pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,15 @@ redirect_from:
<li>
Elasticsearch RESTful search and analytics<br>
<i>
6 es-medium nodes are included in FISMA Moderate paclages.
$200/month per node for es-medium (each medium instance has 5-7 nodes provisioned),
$400/month per node for es-large (each large instance has 5-7 nodes provisioned),
$600/month per node for es-xlarge (each es-xlarge instance has 5-7 nodes provisioned),
$800/month per node for es-2xlarge (each es-2xlarge instance has 5-7 nodes provisioned),
$1600/month per node for es-4xlarge (each es-4xlarge instance has 5-7 nodes provisioned) and 6 medium nodes included for FISMA Moderate
$1600/month per node for es-4xlarge (each es-4xlarge instance has 5-7 nodes provisioned),
$1600/month per node for es-8xlarge (each es-8xlarge instance has 7-11 nodes provisioned),
$4800/month per node for es-12xlarge (each es-12xlarge instance has 5-7 nodes provisioned),
$4800/month per node for es-24xlarge (each es-24xlarge instance has 7-11 nodes provisioned)
</i>
</li>
<li>
Expand Down

0 comments on commit 2aace04

Please sign in to comment.