Cloudformation-coverage-roadmap: AWS::Elasticsearch::Domain-ElasticsearchClusterConfig-Warm* settings

Created on 3 Dec 2019  路  10Comments  路  Source: aws-cloudformation/cloudformation-coverage-roadmap

2. Scope of request

Support newly released UltraWarm Storage options for ES.

{
  "ElasticsearchClusterConfig": {
    "WarmEnabled": true,
    "WarmCount": 6,
    "WarmType": "ultrawarm1.medium.elasticsearch",
    "WarmStorage": 100
}

3. Expected behavior

Able to create ES clusters (those running the correct version at least.. at release time its v6.8 only) with warm storage, as well as change sizes.

5. Helpful Links to speed up research and evaluation

Ultrawarm docs:
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/ultrawarm.html

6. Category (required) - Will help with tagging and be easier to find by other users to +1

Analytics

analytics

Most helpful comment

All 10 comments

I work for a company and we use relatively extensively AES (AWS ElasticSearch).
We spend in my small department 5-10k per month on this service.
The Warm* settings are important for us to have it integrated with CloudFormation early - even during UltraWarm preview. Please consider my vote to implement it early.

Is it already known when this feature will be implemented?

2. Scope of request

Support newly released UltraWarm Storage options for ES.

{
  "ElasticsearchClusterConfig": {
    "WarmEnabled": true,
    "WarmCount": 6,
    "WarmType": "ultrawarm1.medium.elasticsearch",
    "WarmStorage": 100
}

3. Expected behavior

Able to create ES clusters (those running the correct version at least.. at release time its v6.8 only) with warm storage, as well as change sizes.

5. Helpful Links to speed up research and evaluation

Ultrawarm docs:
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/ultrawarm.html

6. Category (required) - Will help with tagging and be easier to find by other users to +1

Analytics

I think

"WarmStorage": 100

should be removed from request.

@OlgierdWWW why should warmstorage be removed? It's still part of the api
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-api.html#es-configuration-api-datatypes-elasticsearchclusterconfig

@OlgierdWWW why should warmstorage be removed? It's still part of the api
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-api.html#es-configuration-api-datatypes-elasticsearchclusterconfig

I was looking into recent documentation (not API) and didn't find the parameter. I thought only supported are 1500GB on 20TB size for UltraWarm. It looks AWS has plan to set size regardless of EC2 type which is new to me.

Sorry - if this parameter is in API it should be also in CloudFormation probably.

Another +1 for this feature please!

+1

+1 for this feature at your earliest please.

Shipped as of 10/22. I will keep it open if you all want to test and give feedback.

Was this page helpful?
0 / 5 - 0 ratings