Skip to content

Commit

Permalink
chore: re-enable public IPs to be able to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeterov committed Mar 10, 2024
1 parent 92d9fb4 commit 311631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def get_network_configuration():
physical_name(PROJECT_NAME, "PublicSubnetZoneB"),
],
"securityGroups": [physical_name(PROJECT_NAME, "ECSTaskSecurityGroup")],
"assignPublicIp": "DISABLED",
"assignPublicIp": "ENABLE",
}
}

Expand Down

0 comments on commit 311631d

Please sign in to comment.