Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

aws_https_to_nginx_ec2

To demostrate I have used nginx as a reverse proxy to access Kibana from the public IP address.

To install nginx, run:

sudo apt-get install nginx

create a basic authentication file with the OpenSSL command:

echo "admin:$(openssl passwd -apr1 YourStrongPassword)" | sudo tee -a /etc/nginx/htpasswd.kibana

Installing ELK ELB Instance https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html

configuring Nginx /etc/nginx/site-available/example.conf

About

ec2 nginx configuration that works from aws elb https <-> http ec2

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors