Create an AWS Console URL from an ARN.
Install the cli with the easy installer
After the install is complete you can run it:
For more installation options see the install section.
For usage and options, see the usage section.
$ arn arn:aws:iam::aws:policy/test
https://console.aws.amazon.com/iam/home#/policies/arn:aws:iam::aws:policy/test$jsonEditor
Name | Required | Default | Description |
---|---|---|---|
--profile |
false | The AWS profile to use |
You can view the list of supported services / actions in the support doc.
Your AWS session uses the following path to resolve credentials:
- If the following environment variables are found they are used
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_SESSION_TOKEN
- If an AWS profile name is passed to the command it is used
The region for a URL uses the following path to resolve the region:
- If the ARN contains a region it is used
- If the region is passed into the command it is used
- If an
AWS_REGION
environment variable is found it is used - If a region is set for the specified AWS profile it is used