Skip to content

Commit

Permalink
Revert "🎨Autoscaling/Clusters-keeper: disable public IP address (ITIS…
Browse files Browse the repository at this point in the history
…Foundation#5882)"

This reverts commit 752d353.
  • Loading branch information
matusdrobuliak66 committed Jul 18, 2024
1 parent 1843a25 commit d86ab8b
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 @@ -174,7 +174,7 @@ async def start_aws_instance(
UserData=compose_user_data(instance_config.startup_script),
NetworkInterfaces=[
{
"AssociatePublicIpAddress": False,
"AssociatePublicIpAddress": True,
"DeviceIndex": 0,
"SubnetId": instance_config.subnet_id,
"Groups": instance_config.security_group_ids,
Expand Down

0 comments on commit d86ab8b

Please sign in to comment.