Skip to content

Helper scripts and terraform templates used for various types of AWS network implementations including: dxgw prefixes, hybrid DNS simulation

Notifications You must be signed in to change notification settings

jksprattler/aws-networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contents

├── aws-terraform-hybrid-dns
│   ├── README.md
│   ├── global
│   │   └── iam
│   │       ├── backend.tf
│   │       ├── provider.tf
│   │       ├── roles.tf
│   │       ├── s3.tf
│   ├── us-east-1
│   │   ├── backend.tf
│   │   ├── ec2.tf
│   │   ├── outputs.tf
│   │   ├── provider.tf
│   │   ├── route53.tf
│   │   ├── variables.tf
│   │   └── vpc.tf
│   └── us-east-2
│       ├── awszone.forward
│       ├── backend.tf
│       ├── ec2.tf
│       ├── outputs.tf
│       ├── provider.tf
│       ├── variables.tf
│       └── vpc.tf
└── scripts
    ├── aws-describe-instance-ipaddr.sh
    ├── dxgw-prefix-add-delete.sh
    └── dxgw-prefix-checkouts.sh
  • /aws-terraform-hybrid-dns contains the terraform artifacts to deploy the infrastructure for an AWS Hybrid DNS setup simulating DirectConnect connectivity to an on prem data center. Link to runbook instructions here which includes a YouTube demo of the deployment.
  • /scripts contains scripts for capturing and implementing AWS network infrastructure

About

Helper scripts and terraform templates used for various types of AWS network implementations including: dxgw prefixes, hybrid DNS simulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published