From db0c6890c0d95ef8110d9e7e755cc188fee38d1e Mon Sep 17 00:00:00 2001 From: Mike Wooten Date: Thu, 11 Feb 2021 15:22:45 -0600 Subject: [PATCH] cut and paste mistake on the ApplianceMode command --- Gateway_Load_Balancer/build_stack_option3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gateway_Load_Balancer/build_stack_option3.sh b/Gateway_Load_Balancer/build_stack_option3.sh index 20dd739..d292181 100755 --- a/Gateway_Load_Balancer/build_stack_option3.sh +++ b/Gateway_Load_Balancer/build_stack_option3.sh @@ -1083,7 +1083,7 @@ echo echo echo "Modifying the Security VPC TGW Attachment to support Appliance Mode." echo -aws ec2 aws ec2 modify-transit-gateway-vpc-attachment --transit-gateway-attachment-id $TransitGatewaySecurityAttachmentId --options ApplianceModeSupport=enable +aws ec2 modify-transit-gateway-vpc-attachment --transit-gateway-attachment-id $TransitGatewaySecurityAttachmentId --options ApplianceModeSupport=enable exit # # End of the script