An open API service indexing awesome lists of open source software.

https://github.com/kjenney/terraform-aws-tgw-tester

Provision a Transit Gatweay wth 2 VPC's, each with an EC2 instance to test connectivity.
https://github.com/kjenney/terraform-aws-tgw-tester

Last synced: 4 months ago
JSON representation

Provision a Transit Gatweay wth 2 VPC's, each with an EC2 instance to test connectivity.

Awesome Lists containing this project

README

        

# terraform-aws-tgw-tester

Some examples of provisioning a Transit Gateway with Terraform and testing out connectivity across VPC's

## Examples

* `simple` - A simple example. TGW, VPC's, and instances in a single account.
* `separate_accounts` - A more difficult example. TGW and VPC's in one accounts. Subnets shared and instances in other accounts.
* `eks_subnet_sharing` - Fun with EKS. TGW and VPC's in one accounts. Subnets shared with an instance and EKS in other accounts.