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.