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 ?

已提問 1 年前檢視次數 1725 次
1 個回答
1
已接受的答案

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
已回答 1 年前
profile pictureAWS
專家
kentrad
已審閱 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南