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 ?

asked a year ago1610 views
1 Answer
1
Accepted Answer

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
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year ago

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