You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to get a Reference to the NLB created so that I can get the enis, so that I can add them to an ALB. I have tried using elbv2.NetworkLoadBalancer.from_lookup but it fails during synth (because the cluster and NLB have not been created).
Any help would be aweesome. I looked at the docs, they make no mention that the NLB needs exist at synth with calling elbv2.NetworkLoadBalancer.from_lookup
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I need to get a Reference to the NLB created so that I can get the enis, so that I can add them to an ALB. I have tried using
elbv2.NetworkLoadBalancer.from_lookup
but it fails during synth (because the cluster and NLB have not been created).Any help would be aweesome. I looked at the docs, they make no mention that the NLB needs exist at synth with calling
elbv2.NetworkLoadBalancer.from_lookup
Beta Was this translation helpful? Give feedback.
All reactions