Skip to content

Instantly share code, notes, and snippets.

@hydeenoble
hydeenoble / Elasticsearch_AWS_Linux.md
Last active June 15, 2023 06:40
Install Elasticsearch on Amazon Linux (EC2)

Installing Elasticsearch on AWS Linux AMI

The following will guide you through the process of installing Elasticsearch on an AWS EC2 instance running Amazon Linux AMI 2016.09 - Release Notes

For this process I'll be using a t2.micro EC2 instance running Amazon Linux AMI. Once the EC2 instance is up-and-running, connect to your server via ssh.

Install JAVA 8

sudo yum install java-1.8.0