Today lots of peoples/developers are using VM's in EC2, so keeping in this mind there are lots of VM's were getting created and deleted every day.
Also, EC2 allocates an ID (auto-generated) to each instance in the cloud at the time of VM creation.
So, Is there any chance that this ID gets reused(repeated) considering this same ID was assigned to an instance but now that instance got deleted?
And Is this ID will be unique globally or per user??
Thanks