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
asked a year ago728 views
1 Answer
0
Accepted Answer

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
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • Great, thank you for clarifying

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions