Skip to content

AxelMonroyX/nginx-autoscalinggroup-elb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX AutoScalingGroup with ELB

aws-diagram

Prerequisites

On ~/.aws/credentials create a new profile

[terraform_user_profile]
aws_access_key_id=YOUR_ACCESS_KEY_ID
aws_secret_access_key=YOUR_SECRET_ACCESS_KEY
terraform@11
ssh-keygen

Installing

brew install [email protected]

Deployment

chmod +x deploy.sh.sh
./deploy.sh.sh

How to apply changes

cd environments/dev_nginx_elb/
terraform plan
terraform apply

How to SSH into instances

ssh -i "~/ssh_custom_keys/key_access_asg_nginx_example.pem" [email protected]

Result

Result

Destroy

cd environments/dev_nginx_elb/
terraform destroy

Built With

Authors

About

NGINX AutoScalingGroup with ELB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published