ARN Parser

ARN Parser

Parse and validate Amazon Resource Names. Catches typos the AWS SDK misses, respects IAM policy wildcards, validated against AWS Service Reference templates.

Parse

Enter a fully-qualified ARN to extract its components.

arn:partition:service:region:account-id:resource

— match against AWS-published templates

Examples

From the AWS IAM ARN reference. Click to populate.

    API

    Call the parser programmatically.

    GET/api/parse-arn?arn={ARN}&strict={true|false}