AWS CDK - how can I retrieve the ID of my primary network interface?

0

In AWS CDK I am creating an EC2 instance. CDK automatically creates a default primary network interface for this instance. How can I access this network interface's id? I'd need this in the output.

TheBlob
demandé il y a 2 ans705 vues
1 réponse
0

The challenge here is that the ENI identifier isn't known until it is created which happens during stack creation, not when CDK is executin (which is when the CloudFormation template is being written).

Why do you need the identifier? What are you trying to do?

profile pictureAWS
EXPERT
répondu il y a 2 ans
  • I know that the the actual ENI identifier isn't known during execution - that's OK. I'd need the value as an Output. Why do I need it? I want to use the identifier to attach secondary IP addresses to it via CLI .

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions