TIL: Quick access to any AWS resource via ARN

Jun 22, 2025

Did you know you can jump directly to any AWS resource in the AWS Console using its ARN?

Just use the following link format, replacing resource-arn with the actual ARN:

https://console.aws.amazon.com/go/view?arn=resource-arn

Examples:

This is especially handy when working with logs, scripts, or automation pipelines where you already have ARNs and want a quick way to inspect resources in the Console.