DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Introduction to AWS VPC with Terraform

4 years ago medium.com
Introduction to AWS VPC with Terraform

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Terraform is an Infrastructure as a Code product from Hashicorp. In this article, we are going to use Terraform to create a complete VPC with Public Subnet, Internet Gateway, Route Table, and spread across all our defined Availability Zones on AWS. With Terraform, you can easily create the whole new infrastructure by only creating variables, and destroy it with just a single command.

No changes in our infrastructure are expected as we are only refactoring it to use variables.

You now have the ability to create and destroy infrastructure as needed easily, thanks to the powerful IAAC capabilities provided by Terraform.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com