Skip to content

Instantly share code, notes, and snippets.

@ycombinator
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ycombinator/a548b9a7f389aff1fffc to your computer and use it in GitHub Desktop.
Save ycombinator/a548b9a7f389aff1fffc to your computer and use it in GitHub Desktop.
Elasticsearch on AWS

Here are 3 resources about running Elasticsearch on AWS. I recommend going through them in order:

  1. Webinar (by Elastic employees) about running Elasticsearch on AWS: https://vimeo.com/elasticsearch/review/110218622/a1c28e84cc. Its a bit long (~1 hour) but I'd start here.

  2. These two blog posts cover setting up the AWS environment, then installing and configuring Elasticsearch on it:

  1. And this is a deeper technical dive into various configuration settings - primarily to do with HA and security - that might be useful when setting up Elasticsearch on AWS: http://www.slideshare.net/bobeirasa/es-on-aws-rafael-lopes-2nd-meetup-elasticsearch-brasil

Also, if you have specific questions, this might be a good place to ask: https://discuss.elastic.co/c/elasticsearch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment