We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6643169 commit 9078f4bCopy full SHA for 9078f4b
cli/src/pcluster/templates/cluster_stack.py
@@ -861,7 +861,7 @@ def _add_head_node(self):
861
for network_interface_index in range(1, head_node.max_network_interface_count):
862
head_lt_nw_interfaces.append(
863
ec2.CfnLaunchTemplate.NetworkInterfaceProperty(
864
- device_index=0,
+ device_index=1,
865
network_card_index=network_interface_index,
866
groups=head_lt_security_groups,
867
subnet_id=head_node.networking.subnet_id,
0 commit comments