This is a bash script to install ELK stack on [ AWS EC2 instans ] it's not a real ELK stack it's for educational purpose to learn the concept of ELK stack
1 - Create your own ubuntu ec2 on AWS
2 - when you are create a new security group open Kibana port [ 5601 ] and Elasticsearch port [ 9200 ] logstash port [ 5044 ] and http port [ 80 ]
3 - ssh or connect to your ec2 instans and login as a root user then clone the elkScript.sh and run the scribt
# to clone the script
git clone https://github.com/abdullah01455/ELK.git
# go into ELK file
cd ELK
# and run the script
sh elkScript.sh