/aws-summit-dc-2023

DC Summit - 2023

Primary LanguageHCLApache License 2.0Apache-2.0

Session

DEV203: Cloud-grade network segmentation using AWS Transit Gateway & Terraform

  • Level: 200 - Intermediate
  • Area of Interest: Network & Infrastructure Security
  • Role: Developer, Engineer, Architect
  • Topic: Cloud Operations, Networking

Overview

This repo contains the slide deck and Terraform used at the 2023's DC Summit.

Provisioning Infrastructure

terraform init
terraform plan -out=tfplan
terraform apply "tfplan"

Destroying Infrastructure

terraform destroy