Category: Data, Infrastructure, Hashicorp, github

Configuration files in Terraform describes which component are needed to build application. By looking at the Configuration files terraform generates an execution plan describing what it will do to reach the desired state, and then it executes the plan to build the described infrastructure.

For that we use connection that establishes our connection using the private key we generated in Step 2 and IP of our instance.

Thus without even going into our instance we have configured our website to use CloudFront URL for images to reduce latency. STEP 8:Save the ip of your instance to use it later for accessing your site.STEP 9: Create an EBS volume and attach it with our instancedevice_name: It is the name of the volume we have attached.

Related Articles