BigDataBoutique / elasticsearch-cloud-deploy

Deploy Elasticsearch on the cloud easily
https://bigdataboutique.com/services/elasticsearch-consulting
Apache License 2.0
330 stars 146 forks source link

disable metadata v2 for AWS #141

Open shaigbdb opened 2 months ago

shaigbdb commented 2 months ago

latest 7.x ES versions don't support aws metadata v2, but launch templates and instances create this as required by default. This needs to be added to launch templates and the bootstrap instance:

metadata_options { http_tokens = "optional" } (possibly in 8.x we can do without this - to verify)