AWS Elasticsearch Documentation
curl -XGET '[elasticsearch-endpoint]/_snapshot?pretty'
curl -XGET '[elasticsearch-endpoint]/_snapshot/[repository-name]/_all?pretty'
curl -XPOST '[elasticsearch-endpoint]/_snapshot/[repository-name]/[snapshot-name]/_restore'
curl -XDELETE '[elasticsearch-endpoint]/[index-name]'