Recently there were changes made in CS to replace internal ids with uuid. The reason was to obfuscate the increasing id sequences with something random. But if you look at the vm instance name format i-<account_id>-<vm_instance_id>-VM, it still has the internal ids in them. Should there be changes in the VM names as well to use uuids?
-Koushik