Skip to content

yushkevich/infrastructure-as-a-code

 
 

Repository files navigation

Infrastructure as a code: simple deploy

Prerequisite

  1. AWS account
  2. Installed AWS CLI
  3. Installed Git Bash
  4. Installed Terraform
  5. Generated private key for EC2 with name test2.pem and placed to the root

How to run

  1. Execute the following commands in git bash:
terraform init
terraform plan
terraform apply -auto-approve
  1. Copy public_dns output value, paste to browser
  2. Enjoy)
  3. To cleanup your environment execute in git bash
terraform destroy -auto-approve

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 81.8%
  • HCL 14.8%
  • Shell 3.4%