☁️ AWS ARN Parser

Parse AWS Amazon Resource Names and extract resource information

AWS ARN

Enter an AWS ARN to parse

Example ARNs

Advertisement

About AWS ARN Parser

AWS ARN (Amazon Resource Name) Parser extracts and displays information from AWS resource identifiers. ARNs uniquely identify AWS resources across all AWS services and regions.

Features

  • Parse any valid AWS ARN
  • Extract partition, service, region, and account ID
  • Identify resource type and resource ID
  • Example ARNs for common AWS services
  • Validate ARN format
  • Works offline in your browser

How to Use

  1. 1.Paste an AWS ARN in the input field
  2. 2.View the parsed components automatically
  3. 3.Click example ARNs to test the parser
  4. 4.Use parsed information for debugging or documentation

💡 ARN Format

ARN format: arn:partition:service:region:account-id:resource-type/resource-id

  • partition: aws, aws-cn, aws-us-gov
  • service: s3, ec2, lambda, iam, etc.
  • region: us-east-1, eu-west-1, or empty for global
  • account-id: 12-digit AWS account number
  • resource: Resource type and ID