Create EC2 Instance using Terraform

In this blog we will see how to create EC2 instance using terraform. The blog contains the main.tf file used for creating the EC2 instance. 1st thing to perform is to pass on the aws key and secret using “aws configure” command. The next step is to create a main.tf file which will cerate an […]