Parse an AWS ARN into partition, service, region, account, and resource fields.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Colon separators split the stable ARN envelope, then service-specific resource delimiters expose the remaining name. Wildcards remain literal policy characters rather than being expanded.
arn:aws:iam::123456789012:user/johndoe
Arn: arn:aws:iam::123456789012:user/johndoe Partition: aws Service: iam Region: (global) Account ID: 123456789012 Resource: user/johndoe Resource type: user Resource ID: johndoe
IAM reviews, deployment configs, and security inventory parse ARNs.