Skip to content

Commit

Permalink
Update jumpbox.py
Browse files Browse the repository at this point in the history
Second fix for aws-samples#46
  • Loading branch information
tomisanhues2 authored Sep 21, 2023
1 parent 3a1733f commit 6858788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/jumpbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 6858788

Please sign in to comment.