Instance ID uniqueness

0

I would like to get some clarifications on the uniqueness of Instance IDs. From the docs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html) it says: "we assign each resource a unique resource ID."

I just want to clarify the following:

  • If an instance is terminated, can that Instance ID be used again in the same AWS account?
  • Are Instance IDs unique across all regions in the same AWS account?
idris
질문됨 일 년 전794회 조회
1개 답변
0
수락된 답변

Instance IDs are uniquely generated globally, which means for every region and for every account, and are unable to be reused again. So to answer your questions specifically:

  1. No, that same ID cannot be used again.
  2. Yes, and even across all accounts.
profile pictureAWS
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
  • Great, thank you for clarifying

  • Just curious. How does the service(Not just for Instances and not just EC2) manage to create a globally unique IDs every single time?

    Lets say there's a small service somewhere doing this job of generating IDs that are unique. Does this service have to look at all the previously used IDs before returning a new one? If Yes, how does it do this so fast? OR Does it simply apply some transformations to a set of known values such as [AccountID, Region, CreationTimestamp, etc.] and hope for the output to be globally unique? OR Is there some other magic happening. (PS: I have no experience with development)

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠