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 339975a commit 96fdab6Copy full SHA for 96fdab6
packages/aws-library/src/aws_library/ec2/_client.py
@@ -174,7 +174,7 @@ async def launch_instances(
174
{
175
"AssociatePublicIpAddress": True,
176
"DeviceIndex": 0,
177
- "SubnetId": instance_config.subnet_ids,
+ "SubnetId": instance_config.subnet_ids[0],
178
"Groups": instance_config.security_group_ids,
179
}
180
],
0 commit comments