Uniqueness of AWS resource ids

0

Each resource has their own Unique ID in format specified here. How unique are these Unique ID, are they unique Globally for all AWS accounts or specific to account or region? And are there any chance for this ID to repeat (in case if resource is deleted). Could anyone clarify me on this?

1개 답변
1

Hi,

Amazon Resource Names (ARNs) uniquely identify AWS resources. They are composed by partition, service, region, account-id, resource-id (and sometimes with resource-type).

In some services the resource-id can be the name of the resource, so the only thing that can differentiate is the partition or region, for example, two SQS with the same name, in the same account, but in different regions:

  • arn:aws:sqs:us-east-1: 555555555555:teste-43523523543
  • arn:aws:sqs:us-east-2: 555555555555:teste-43523523543

Best regards,
Ricardo Makino

profile pictureAWS
답변함 일 년 전
  • I got how ARN is unique to a resource and cases where resource name can be resource-id. But I still have doubt on resources where resource-id is randomly generated like EC2, VPC. Does the resource-id for those resource has the chances to be same for different account.

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

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

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

관련 콘텐츠