Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Fix ELB NXDOMAIN issue when bootstraping

When creating a bubble, we at some point create External/Internal ELB and need to do a lookup on them to find about their IP to use it later on.

It happens that in some cases when we lookit up the ELB is not ready and will return NXDOMAIN.

Implementing a workaround/retry is needed.