Skip to content

agitkid/aws-es

Repository files navigation

Setup AWS Elasticsearch cluster with kopf

Create ec2 servers via cloudformation:

aws cloudformation create-stack --stack-name aws-es-cb --template-body file:///local/path/to/aws-cloudformation-es.json --capabilities CAPABILITY_IAM

Use ansible to deploy the config:

ansible-playbook main.yml -i inventory.ini --private-key ~/.ssh/my_private_key.pem

Elasticsearch cluster:

http://52.33.94.161:9200/_plugin/kopf/#!/nodes

alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published