Salta al contenuto

Are IAM Unique Ids globally unique?

0

As described here, all IAM users have a unique identifier. Is this identifier unique per account, or is it unique globally across all AWS accounts?

2 Risposte
0
Risposta accettata

Give a peek to this talk I gave at SANS for more detail. https://www.sans.org/webcasts/aws-id-prefixes-aws-doesnt-cover-11

Unique IDs AWS confirms in many support cases that an ID "collision" will not happen.

Let me know if you have any issues with this, or if it helps you then please accept my answer after you've tried it out - it would be much appreciated! Good luck :)

con risposta 3 anni fa
  • Thanks! The talk was very interesting and helpful.

  • rePost-User-7543992@ no problem I gave that talk quite sometime ago. Glad you enjoyed it!

0

Hi,

given IAM users are defined by account-related ArNs (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html), I would say they are unique across account, not globally.

Hope it helps ;)

ESPERTO
con risposta 3 anni fa
  • I believe they were referring to the ID and not the arn.

    Technically there could be a clash and not knowing if aws accounts or track theses some where. but based on the complexity of the unique ID then it’s very unlikely.

    The unique ID is like a GUID or a SHA

    The arn is a friendly name.

  • Ok, I thought it referred to the unique IAM User ARN, but good that D G could clarify ;)

  • They ARE unique globally they have to be to make sure that cross account unintended access would not be granted.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.