Skip to content

Terraform code to launch ec2 and attach extra disk for the httpd

Notifications You must be signed in to change notification settings

DEALTALFA/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

terraform

Run the script file create_key.sh for creating the key

  • For non-root user sudo chmod +x create_key.sh && sudo ./create_key.sh

  • For root user chmod +x create_key.sh && ./create+key.sh

  • Then run terraform init to initialize a working directory containing Terraform configuration files terraform apply to make your infrastucture

  • login with private key created from script file

About

Terraform code to launch ec2 and attach extra disk for the httpd

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published