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 ?

feita há um ano1728 visualizações
1 Resposta
1
Resposta aceita

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
respondido há um ano
profile pictureAWS
ESPECIALISTA
kentrad
avaliado há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas