Hi Team, I am trying to create a ec2 using launch ...
# general
i
Hi Team, I am trying to create a ec2 using launch template and while create ec2 I am passing launch template and subnet ID. The stack is failing with the below error - creating EC2 Instance: InvalidParameterCombination: Network interfaces and an instance-level subnet ID may not be specified on the same request pulumi
h
Ya. As it suggests the net interface already has the subnet it is in so you cannot specify both. Update the template.
i
Thanks, later I got this page as well - https://github.com/pulumi/pulumi-aws/issues/2506