ARNs
Amazon Resource Names (ARNs) are standardized identifiers used by Amazon Web Services (AWS) to uniquely identify resources across accounts and regions. ARNs enable precise reference in policies, APIs, and configuration files, and are a core part of access control and resource management in AWS.
The typical ARN format is: arn:partition:service:region:account-id:resource-type/resource-id. Each component has a purpose: partition indicates the AWS partition
- arn:aws:iam::123456789012:user/Alice
- arn:aws:s3:::my_corporate_bucket/logs/2024/
- arn:aws:dynamodb:us-west-2:123456789012:table/Movies
ARNs are used in IAM policies to grant or restrict access, in API calls and SDKs to
Most AWS resources have ARNs, though some services or resource types may use alternative identifiers or have