DEV Community

Cover image for 🗺️ AWS VPC Creation: Set up Subnets and Security Groups on 2 Availability Zones
Mike Tyson of the Cloud
Mike Tyson of the Cloud

Posted on

🗺️ AWS VPC Creation: Set up Subnets and Security Groups on 2 Availability Zones

✅ Here is the summary of what you’ll learn in this video:

1️⃣ Best practice of Terraform and Infrastructure-as-code
2️⃣ Syntax (HCL)
3️⃣ How to configure Cloud resources
4️⃣ Inheritance between cloud resources and how Brainboard detects and populates the information automatically
5️⃣ Variables: Types of variables: strings, bool, map, lists - simple and more complex declarations. Flag their values as sensitive.
6️⃣ All your Terraform files: main.tf, outputs.tf, providers.tf, terraform.tfvars, variables.tf and locals.tf
7️⃣ Document all your steps in the Readme
8️⃣ Terraform actions: Terraform Plan & Apply
9️⃣ Customize your cloud infrastructure's design for you and your team

😍 You design your infrastructure, and the Terraform code is automatically generated and ready to be deployed within minutes.

🎁 You can find the AWS VPC with subnet and security groups on 2 AZs infrastructure in the template catalog for you and your team to use, here 👉 https://app.brainboard.co

Top comments (0)