ec2 Run Instance Request with Launch Template and a overriding network interfaces specification

1

I am attempting to automate some instance creation using a Launch Template. As part of the RunInstanceRequest I sometimes need to specify that my instance be on a different network(s). While this works fine if the LT has the same number of devices (or less than), when the LT has more interfaces than what I specify in the RunInstanceRequest, the instance inherits the unspecified device specification from the LT.

So for example if my LT has two devices and my RIR has one, my instance gets two interfaces.

Is there a way for me to override this behavior so I can create my instance with a network interface spec which completely overrides what is defined in the LT?

asked 2 years ago328 views
1 Answer
-1

To answer your question, we require details that are non-public information. Please open a support case with AWS using the following link - https://support.console.aws.amazon.com/support/home#/case/create

AWS
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions