From 68587889709f18cac68e5320a2c6d637347fda2d Mon Sep 17 00:00:00 2001 From: Tomas Sanhueza Date: Thu, 21 Sep 2023 13:29:02 -0300 Subject: [PATCH] Update jumpbox.py Second fix for #46 --- infra/jumpbox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/jumpbox.py b/infra/jumpbox.py index 9b34fb0..bba8c9e 100644 --- a/infra/jumpbox.py +++ b/infra/jumpbox.py @@ -39,7 +39,6 @@ def __init__(self, scope:Construct, id:str, riv_stack:IVpcRivStack, **kwargs) -> instance_type=ec2.InstanceType.of( instance_class= ec2.InstanceClass.BURSTABLE3, instance_size=ec2.InstanceSize.SMALL), - allow_all_outbound=True, user_data_causes_replacement=True, security_group= riv_stack.security_group, vpc_subnets= ec2.SubnetSelection(subnet_group_name='Default'),