wcollins / aws-summit-dc-2023

DC Summit - 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DC Summit - 2023

License:Apache License 2.0


Languages

Language:HCL 100.0%