How to put VPC attachment of core network into appliance mode when using AWS Cloud WAN

0

About AWS CloudWAN. I cannot figure out how to put VPC attachment of core network into appliance mode. If i want to do inspection for either ingress or east-west traffic, i would need that to make traffic symmetric.

Target Architecture

Icon is transit gateway but for this discussion, it should be considered as Core Network Edge with transit gateway, i'd set the bottom VPC attachment into Appliance mode. inspection depicted here is AWS network firewall but it's also just to show the question. It might be gwlb with NVA or just NVAs.

profile pictureAWS
asked 2 years ago1558 views
2 Answers
1
Accepted Answer

Hi Fabio,

The TGW Appliance mode is applied to a specific 'Attachment ID'. Using CloudShell (currently this can only be enabled via CLI and not GUI) you can use below command to enable it for the VPC attachment that connects to the Inspection VPC.

Example command:

aws ec2 modify-transit-gateway-vpc-attachment --transit-gateway-attachment-id tgw-attach-xxxxX12345 --options ApplianceModeSupport=enable

Refer: https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-transit-gateway-vpc-attachment.html

Please note: CloudWAN does not natively support Appliance mode (yet)

profile pictureAWS
EXPERT
answered 2 years ago
1

Hi Fabio,

You don't need to enable appliance mode on the attachment for the ingress/egress inspection VPC. Appliance mode is intended to be used for the the east/west inspection VPC, to maintain AZ symmetry for both the forward and return traffic flows between two VPCs.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions