BigDataBoutique / elasticsearch-cloud-deploy

Deploy Elasticsearch on the cloud easily

Home Page:https://bigdataboutique.com/services/elasticsearch-consulting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose of var.elasticsearch_volume_size

kostyrev opened this issue · comments

Could you please elaborate on defining var.elasticsearch_volume_size if by default you expect nvme1n1 that is 493G

root@ip-10-0-44-42:~# df -Ph /opt/elasticsearch/data
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme1n1    493G   70M  467G   1% /opt/elasticsearch/data

on c5.2xlarge

root@ip-10-0-44-42:~# curl -sf http://169.254.169.254/latest/meta-data/instance-type | xargs
c5.2xlarge

Maybe I was mistaken and did override volume_size. I've got no time to verify so I'm closing it.