Skip to content

Commit

Permalink
public IP disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed May 28, 2024
1 parent 1f86f67 commit 392234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-library/src/aws_library/ec2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async def start_aws_instance(
UserData=compose_user_data(instance_config.startup_script),
NetworkInterfaces=[
{
"AssociatePublicIpAddress": True,
"AssociatePublicIpAddress": False,
"DeviceIndex": 0,
"SubnetId": instance_config.subnet_id,
"Groups": instance_config.security_group_ids,
Expand Down

0 comments on commit 392234a

Please sign in to comment.