Difference between ARN and uri

0

I seem to be confused regarding arn and uri in aws. A s3 object have both arn and uri . so what's difference between ARN and URI ? And also what roles do they play ?

gefragt vor einem Jahr1730 Aufrufe
1 Antwort
1
Akzeptierte Antwort

I hope I can shed a little light into this topic.

The Amazon Resource Name (ARN) is used to uniquely identify AWS resources. A Uniform Resource Identifier (URI) provides a name to an accessible resource.

In S3, the URI is a resource identifier within the context of the S3 protocol. It is used for API access to said files. There is some more details regarding this here on an already answered post.

In a summary of the differences, an ARN is used within the AWS Cloud infrastructure to identify/access resources, while the URI is used externally identify/access these resources via APIs.

profile pictureAWS
beantwortet vor einem Jahr
profile pictureAWS
EXPERTE
kentrad
überprüft vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen