selshowk

Results 10 comments of selshowk

I have my own implementation that uses private IPs for AWS and GCP (I have not yet tried to do so with Azure but I will soon) but a problem...

> @selshowk I may be misunderstanding what you mean here, but do you mean that instances with only private ips, which have no floating IP assigned, are not able to...

@nuwang I just tried what you suggested and I'm seeing results consistent with what i described: VMs created in a subnet and not assigned a public or elastic IP cannot...

> It looks like you're right, it seems that you need to either have a NAT gateway, a public IP or an IPv6 IP. I think that when I tested...

> Are you using a library to patch cloudbridge to being async? No @nuwang I've written a wrapper that uses a threadpoolexecutor to call cloudbridge functions from async code. The...

> One reason for this is that on AWS in particular, we've been experiencing some difficulties (see here for context: #257) which we've worked around for now. This issue seems...

> However, since the event loop is not being blocked since you're offloading everything to a background thread anyway, can you perhaps use multiple threads as an alternative? That is...

Here is a working minimal modification for the instance `create` function in AWS provider. In this case implementation I use a flag to determine whether to use a public IP...

Ok, I am currently implementing a multi-cloud solution using cloudbridge and will try to provide PRs for the above functionality as I figure out how/if its possible for each provider.

I haven't generated a PR yet and the functionality is not yet there so not sure. Feel free to keep/close it as you like.