Create a user in aws Give the username and programmatic access download access keys, secret keys Choose the required ami [root@node1 ~]# wget https://releases.hashicorp.com/terraform/0.11.10/terraform_0.11.10_linux_amd64.zip [root@node1 ~]# unzip terraform_0.11.10_linux_amd64.zip Archive: terraform_0.11.10_linux_amd64.zip inflating: terraform [root@node1 ~]# cp terraform /usr/bin/ [root@node1 ~]# which terraform /usr/bin/terraform root@node1 ~]# terraform -h Usage: terraform [-version] [-help] <command> [args] The available commands for … Continue reading TERRAFORM with AWS
