Computer Science

Amazon Resource Names (ARNs)

sunny.ryu 2022. 4. 7. 22:00

Amazon Resource Names (ARNs) uniquely identify AWS resources. We require an ARN when you need to specify a resource unambiguously across all of AWS, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls.

 

 

Amazon 리소스 이름(ARN)은 AWS 리소스를 고유하게 식별합니다. 모든 전반에 리소스를 명료 하게 지정해야 하는 경우 ARN 이 필요합니다.AWS에서 IAM 정책, Amazon RDS (Amazon Realtional Database Service) 태그 및 API 호출과 같은 서비스를 제공합니다.

https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

 

Amazon Resource Names (ARNs) - AWS General Reference

Amazon Resource Names (ARNs) Amazon Resource Names (ARNs) uniquely identify AWS resources. We require an ARN when you need to specify a resource unambiguously across all of AWS, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags,

docs.aws.amazon.com

ARN은 Amazon Resource Number의 약자로 우리가 람다함수를 생성할때 EC2를 생성할때 생성되는 일련번호입니다. AWS에는 각각의 서비스에서 만든 리소스들을 ARN으로 구분하고 ARN이 다르다면 서로 다르게 취급됩니다. 일반적인 ARN은 아래와 같이 이루어져있습니다.

 

ARN/파티션구분자/서비스명/리전/계정번호 + 서비스마다의 상세 구분자

 

https://medium.com/harrythegreat/aws%EC%9D%98-arn-%EC%9D%B4%ED%95%B4%ED%95%98%EA%B8%B0-8c20d0ccbbfd

 

AWS의 ARN 이해하기

공식문서에서 AWS 리전에 대해 검색해보면 AWS는 전세계 곧곧의 리전들로 이루어져있고 리전마다 가용영역이 있다고 설명합니다. 이때문에 높은 가용률을 유지한다고하지만 머릿속은 더 혼란스

medium.com