Parse and break down Amazon Resource Names into their components.
Output will appear here...Amazon Resource Names (ARNs) uniquely identify every resource across all AWS services and accounts. An ARN follows the format arn:partition:service:region:account-id:resource, but the resource segment varies significantly between services — some use slashes, others use colons, and some include qualifiers like version numbers or aliases. This tool parses any valid ARN into its individual components so you can quickly identify the partition, service namespace, region, account, and resource path without manually counting colons.
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.