AWS ARN Parser
Paste any AWS Amazon Resource Name (ARN) to see its partition, service, region, account ID, resource type, and resource ID at a glance. Malformed ARNs are flagged and, where possible, a matching AWS console URL is generated.
टूल सारांश
यह टूल संरचित इनपुट लेता है और सर्वर अपलोड के बिना ब्राउज़र में नियतात्मक आउटपुट देता है।
- टूल का नाम
- AWS ARN Parser
- इनपुट उद्देश्य
- बदलने, सत्यापित करने या विश्लेषण करने के लिए स्रोत सामग्री प्रदान करें।
- आउटपुट उद्देश्य
- कॉपी, पुन: उपयोग या डीबगिंग के लिए सामान्यीकृत आउटपुट प्राप्त करें।
- उदाहरण इनपुट
- arn:aws:lambda:us-east-1:123456789012:function:processOrders:PROD
- उदाहरण आउटपुट
- service=lambda · region=us-east-1 · function "processOrders:PROD"
Local processing / privacy notice
- Inputs are processed in your browser session.
- We do not send raw input/output values to our analytics endpoint.
- Use reset/clear actions when working with confidential data.
- Partition
- aws
- Service
- lambda
- Region
- us-east-1
- Account ID
- 123456789012
- Resource type (colon)
- function
- Resource ID
- processOrders:PROD
ARN structure reference
arn:<partition>:<service>:<region>:<account-id>:<resource>
└─ resource-type (: or /) + resource-idpartition is usually aws, but may be aws-cn or aws-us-gov. Services like s3, iam, and cloudfront are global and omit region / account.
टूल परिचय
Paste any AWS Amazon Resource Name (ARN) to see its partition, service, region, account ID, resource type, and resource ID at a glance. Malformed ARNs are flagged and, where possible, a matching AWS console URL is generated.
टूल अवलोकन
Every addressable AWS resource has an ARN following the format arn:partition:service:region:account-id:resource. Services use subtle variations: S3 object ARNs skip region and account, IAM uses a slash delimiter on the resource segment, and Lambda packs the function name plus optional version after a colon. Getting these segments right matters for IAM policies, CLI commands, and CloudFormation references — this tool gives you a one-shot breakdown without having to remember service-specific quirks.
उपयोग के मामले
- Decode an ARN you see in a CloudTrail log, alarm, or IAM policy
- Verify an ARN is well-formed before pasting it into a CloudFormation template
- Copy the service, region, or account ID out of a long ARN
- Open the matching AWS console page for the resource
इनपुट/आउटपुट उदाहरण
arn:aws:lambda:us-east-1:123456789012:function:processOrders:PROD
service=lambda · region=us-east-1 · function "processOrders:PROD"
arn:aws:iam::123456789012:role/CodeBuildServiceRole
service=iam · role "CodeBuildServiceRole" · region is empty (IAM is global)
अक्सर पूछे जाने वाले प्रश्न
What is an AWS ARN?+
Why is the region or account empty?+
What are partitions?+
Is my ARN sent to a server?+
और टूल्स खोजें
श्रेणी में संबंधित उपयोगिताएँ खोजें क्लाउड नीचे।
संबंधित टूल्स
सावधानी से चुनी गई उपयोगिताएँ जो आपको उपयोगी लग सकती हैं