community.aws icon indicating copy to clipboard operation
community.aws copied to clipboard

AWS Transit Gateway VPN

Open adosztal opened this issue 4 years ago • 3 comments

SUMMARY

AWS allows creating VPN tunnels not only between a VGW and CGWs but a Transit Gateway (TGW) and CGWs.

This modules is based on ec2_vpc_vpn; the only difference is calling the AWS CreateVpnConnection API using "TransitGatewayId" instead of "VpnGatewayId".

Common use cases were tested in my subscription.

Fixes #190

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

ec2_transit_gateway_vpn

ADDITIONAL INFORMATION

Further details and outputs can be found in the issue ticket.

adosztal avatar Feb 13 '21 13:02 adosztal

cc @jillr @s-hertel @tremble @wimnat click here for bot help

ansibullbot avatar Feb 13 '21 13:02 ansibullbot

Could someone take a look at this?

adosztal avatar Mar 02 '21 15:03 adosztal

Hi @adosztal,

Thank you for your contribution. Do you think we can instead extend the existing ec2_vpc_vpn module to support this use-case?

goneri avatar Apr 30 '21 18:04 goneri