https://github.com/jksprattler/aws-networking
Helper scripts and terraform templates used for various types of AWS network implementations including: dxgw prefixes, hybrid DNS simulation
https://github.com/jksprattler/aws-networking
aws-ec2 direct-connect dns route53 terraform
Last synced: about 2 months ago
JSON representation
Helper scripts and terraform templates used for various types of AWS network implementations including: dxgw prefixes, hybrid DNS simulation
- Host: GitHub
- URL: https://github.com/jksprattler/aws-networking
- Owner: jksprattler
- Created: 2021-06-22T01:10:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T03:03:46.000Z (over 2 years ago)
- Last Synced: 2023-03-02T04:01:24.696Z (about 2 years ago)
- Topics: aws-ec2, direct-connect, dns, route53, terraform
- Language: HCL
- Homepage:
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](https://jksprattler.github.io/jennas-runbooks/AWS/aws-tf-hybrid-dns.html) which includes a YouTube demo of the deployment.
- `/scripts` contains scripts for capturing and implementing AWS network infrastructure