we have a network with two subnets (subnet1, subnet2).
However when instances are launched they receive IP only one from subnet1 (probably until it has no more IPs to offer)
Do you know the rule on which a subnet is selected, and how we can prioritize subnet2 or disable new IP allocations from subnet1?
Currently the best I can think of is creating a port in subnet1 and creating an instance with it.
However upon instance deletion the port is not cleared and overall I would prefer more general solution.
Any help is much appreciated, thanks!