From 00ebe22be0b4392842dc92cd3dabd45ec8b5fc31 Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sat, 28 Feb 2026 20:36:03 -0800 Subject: [PATCH 1/8] Fix URL for ACM Certificate --- link2aws.js | 2 +- testcases/aws.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/link2aws.js b/link2aws.js index fee72ac..fc5f1c8 100644 --- a/link2aws.js +++ b/link2aws.js @@ -169,7 +169,7 @@ class ARN { "analyzer": () => `https://${this.region}.${this.console}/access-analyzer/home?region=${this.region}#/analyzer/${this.resource}`, }, "acm": { // AWS Certificate Manager - "certificate": () => `https://${this.console}/acm/home?region=${this.region}#/?id=${this.resource}`, + "certificate": () => `https://${this.console}/acm/home?region=${this.region}#/certificates/${this.resource}`, }, "acm-pca": { // AWS Certificate Manager Private Certificate Authority "certificate-authority": null, diff --git a/testcases/aws.json b/testcases/aws.json index 4a707a6..55d6475 100644 --- a/testcases/aws.json +++ b/testcases/aws.json @@ -4,7 +4,7 @@ "arn:aws:access-analyzer:us-west-1:123456789012:analyzer/ConsoleAnalyzer-a1e73456-f62e-4803-abc0-df02b4241122": "https://us-west-1.console.aws.amazon.com/access-analyzer/home?region=us-west-1#/analyzer/ConsoleAnalyzer-a1e73456-f62e-4803-abc0-df02b4241122", - "arn:aws:acm:us-east-1:123456789012:certificate/1f6ee793-4064-4a10-9567-f03875640b35": "https://console.aws.amazon.com/acm/home?region=us-east-1#/?id=1f6ee793-4064-4a10-9567-f03875640b35", + "arn:aws:acm:us-east-1:123456789012:certificate/1f6ee793-4064-4a10-9567-f03875640b35": "https://console.aws.amazon.com/acm/home?region=us-east-1#/certificates/1f6ee793-4064-4a10-9567-f03875640b35", "arn:aws:apigateway:us-west-1::/restapis/abc123defg": "https://us-west-1.console.aws.amazon.com/apigateway/main/apis/abc123defg/resources?api=abc123defg®ion=us-west-1", From f59dcd5edfe82ffcf2adf84f4e11075784450380 Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sat, 28 Feb 2026 20:36:27 -0800 Subject: [PATCH 2/8] Add Codebuild Project --- link2aws.js | 2 +- testcases/aws.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/link2aws.js b/link2aws.js index fc5f1c8..2a26b31 100644 --- a/link2aws.js +++ b/link2aws.js @@ -292,7 +292,7 @@ class ARN { }, "codebuild": { // AWS CodeBuild "build": null, - "project": null, + "project": () => `https://${this.region}.${this.console}/codesuite/codebuild/projects/${this.resource}`, "report": null, "report-group": null, }, diff --git a/testcases/aws.json b/testcases/aws.json index 55d6475..c70c15c 100644 --- a/testcases/aws.json +++ b/testcases/aws.json @@ -59,6 +59,8 @@ "arn:aws:amplify:sa-east-1:384862141196:apps/aaaaaaaaa/branches/master/jobs/00000001810": "https://sa-east-1.console.aws.amazon.com/amplify/home?region=sa-east-1#/aaaaaaaaa/master/1810", "arn:aws:amplify:sa-east-1:384862141196:apps/test-null-path": null, + "arn:aws:codebuild:us-east-1:123456789012:project/test-project": "https://us-east-1.console.aws.amazon.com/codesuite/codebuild/projects/test-project", + "arn:aws:codepipeline:us-east-1:115131055398:my-pipeline": "https://us-east-1.console.aws.amazon.com/codesuite/codepipeline/pipelines/my-pipeline/view?region=us-east-1", "arn:aws:cloudfront::123456789012:distribution/E2YDLZ26QPSF11": "https://console.aws.amazon.com/cloudfront/v4/home#/distributions/E2YDLZ26QPSF11", From 1c6b9eaec306ef4dcd89d2603caeb2e386baaf52 Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sat, 28 Feb 2026 20:36:44 -0800 Subject: [PATCH 3/8] Add EC2 EIP Allocation --- link2aws.js | 1 + testcases/aws.json | 1 + 2 files changed, 2 insertions(+) diff --git a/link2aws.js b/link2aws.js index 2a26b31..ba11f09 100644 --- a/link2aws.js +++ b/link2aws.js @@ -440,6 +440,7 @@ class ARN { "dedicated-host": null, "dhcp-options": null, "elastic-gpu": null, + "eip-allocation": () => `https://${this.region}.${this.console}/ec2/home?region=${this.region}#Addresses:v=3;search=:${this.resource}`, "fpga-image": null, "image": () => `https://${this.region}.${this.console}/ec2/home?region=${this.region}#ImageDetails:imageId=${this.resource}`, "instance": () => `https://${this.region}.${this.console}/ec2/home?region=${this.region}#InstanceDetails:instanceId=${this.resource}`, diff --git a/testcases/aws.json b/testcases/aws.json index c70c15c..0559e1b 100644 --- a/testcases/aws.json +++ b/testcases/aws.json @@ -12,6 +12,7 @@ "arn:aws:ec2:us-east-1:123456789012:instance/1234": "https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#InstanceDetails:instanceId=1234", "arn:aws:ec2:us-east-1:123456789012:natgateway/nat-123456": "https://us-east-1.console.aws.amazon.com/vpcconsole/home?region=us-east-1#NatGatewayDetails:natGatewayId=nat-123456", "arn:aws:ec2:us-east-1:123456789012:launch-template/lt-123456": "https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#LaunchTemplateDetails:launchTemplateId=lt-123456", + "arn:aws:ec2:us-east-1:123456789012:eip-allocation/eipalloc-1234567890abcdef0": "https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#Addresses:v=3;search=:eipalloc-1234567890abcdef0", "arn:aws:ec2:us-east-1:123456789012:subnet/subnet-12345612312312312" : "https://us-east-1.console.aws.amazon.com/vpc/home?region=us-east-1#SubnetDetails:subnetId=subnet-12345612312312312", "arn:aws:ec2:us-east-1:123456789012:security-group/sg-12345123123123123": "https://us-east-1.console.aws.amazon.com/vpc/home?region=us-east-1#SecurityGroup:groupId=sg-12345123123123123", "arn:aws:ec2:us-east-1:123456789012:snapshot/snap-123456": "https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#SnapshotDetails:snapshotId=snap-123456", From 50ca1a757e765657e7c19f2e741ce84a83d263d6 Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sat, 28 Feb 2026 20:37:11 -0800 Subject: [PATCH 4/8] Add ECR repository --- link2aws.js | 2 +- testcases/aws.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/link2aws.js b/link2aws.js index ba11f09..349169e 100644 --- a/link2aws.js +++ b/link2aws.js @@ -481,7 +481,7 @@ class ARN { "vpn-gateway": null, }, "ecr": { // Amazon Elastic Container Registry - "repository": null, + "repository": () => `https://${this.region}.${this.console}/ecr/repositories/private/${this.account}/${this.resource}`, }, "ecs": { // Amazon Elastic Container Service "cluster": () => `https://${this.region}.${this.console}/ecs/v2/clusters/${this.resource}?region=${this.region}`, diff --git a/testcases/aws.json b/testcases/aws.json index 0559e1b..86cf6fc 100644 --- a/testcases/aws.json +++ b/testcases/aws.json @@ -20,6 +20,8 @@ "arn:aws:ec2:us-east-1:123456789012:vpc/vpc-5432109876" : "https://us-east-1.console.aws.amazon.com/vpc/home?region=us-east-1#VpcDetails:VpcId=vpc-5432109876", "arn:aws:ec2:us-east-1:123456789012:vpc-endpoint/vpce-123456": "https://us-east-1.console.aws.amazon.com/vpcconsole/home?region=us-east-1#EndpointDetails:vpcEndpointId=vpce-123456", + "arn:aws:ecr:us-east-1:123456789012:repository/test-repository": "https://us-east-1.console.aws.amazon.com/ecr/repositories/private/123456789012/test-repository", + "arn:aws:ecs:us-east-1:123456789012:cluster/mycluster": "https://us-east-1.console.aws.amazon.com/ecs/v2/clusters/mycluster?region=us-east-1", "arn:aws:ecs:us-east-1:123456789012:task/mycluster/581a40b2431e6c9c23834b0760666c36": "https://us-east-1.console.aws.amazon.com/ecs/v2/clusters/mycluster/tasks/581a40b2431e6c9c23834b0760666c36?region=us-east-1", "arn:aws:ecs:us-east-1:123456789012:service/mycluster/myservice": "https://us-east-1.console.aws.amazon.com/ecs/v2/clusters/mycluster/services/myservice?region=us-east-1", From 64fb3ed35d1da4861b43fd83d0474748016606f0 Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sat, 28 Feb 2026 20:37:48 -0800 Subject: [PATCH 5/8] Add ElasticBeanStalk Environment --- link2aws.js | 2 +- testcases/aws.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/link2aws.js b/link2aws.js index 349169e..5eb96e0 100644 --- a/link2aws.js +++ b/link2aws.js @@ -508,7 +508,7 @@ class ARN { "application": null, "applicationversion": null, "configurationtemplate": null, - "environment": null, + "environment": () => `https://${this.region}.${this.console}/elasticbeanstalk/home?region=${this.region}#/environments`, "platform": null, "solutionstack": null, }, diff --git a/testcases/aws.json b/testcases/aws.json index 86cf6fc..bfae74a 100644 --- a/testcases/aws.json +++ b/testcases/aws.json @@ -85,6 +85,7 @@ "arn:aws:eks:us-east-1:123456789012:cluster/test-cluster": "https://console.aws.amazon.com/eks/home?region=us-east-1#/clusters/test-cluster", "arn:aws:eks:us-east-1:123456789012:nodegroup/test-cluster/test-workers/a2c51527-da50-031f-1130-c5d5d77be06c": "https://console.aws.amazon.com/eks/home?region=us-east-1#/clusters/test-cluster/nodegroups/test-workers", + "arn:aws:elasticbeanstalk:us-east-1:123456789012:environment/test-app/test-env": "https://us-east-1.console.aws.amazon.com/elasticbeanstalk/home?region=us-east-1#/environments", "arn:aws:elasticloadbalancing:us-east-1:1234:loadbalancer/net/k8s-devops-ingressn-5a6b7c/8d9e0f": "https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#LoadBalancer:loadBalancerArn=arn:aws:elasticloadbalancing:us-east-1:1234:loadbalancer/net/k8s-devops-ingressn-5a6b7c/8d9e0f", From a8aace9f1e64366080d1bd11582e66bfd502a560 Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sat, 28 Feb 2026 20:38:17 -0800 Subject: [PATCH 6/8] Add ElasticSearch domain --- link2aws.js | 2 +- testcases/aws.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/link2aws.js b/link2aws.js index 5eb96e0..ff8c74a 100644 --- a/link2aws.js +++ b/link2aws.js @@ -532,7 +532,7 @@ class ARN { "preset": null, }, "es": { // Amazon Elasticsearch Service - "domain": null, + "domain": () => `https://${this.region}.${this.console}/aos/home?region=${this.region}#opensearch/domains/${this.resource}`, }, "events": { // Amazon EventBridge "event-bus": null, diff --git a/testcases/aws.json b/testcases/aws.json index bfae74a..d43a89b 100644 --- a/testcases/aws.json +++ b/testcases/aws.json @@ -86,6 +86,7 @@ "arn:aws:eks:us-east-1:123456789012:cluster/test-cluster": "https://console.aws.amazon.com/eks/home?region=us-east-1#/clusters/test-cluster", "arn:aws:eks:us-east-1:123456789012:nodegroup/test-cluster/test-workers/a2c51527-da50-031f-1130-c5d5d77be06c": "https://console.aws.amazon.com/eks/home?region=us-east-1#/clusters/test-cluster/nodegroups/test-workers", "arn:aws:elasticbeanstalk:us-east-1:123456789012:environment/test-app/test-env": "https://us-east-1.console.aws.amazon.com/elasticbeanstalk/home?region=us-east-1#/environments", + "arn:aws:es:us-east-1:123456789012:domain/test-domain": "https://us-east-1.console.aws.amazon.com/aos/home?region=us-east-1#opensearch/domains/test-domain", "arn:aws:elasticloadbalancing:us-east-1:1234:loadbalancer/net/k8s-devops-ingressn-5a6b7c/8d9e0f": "https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#LoadBalancer:loadBalancerArn=arn:aws:elasticloadbalancing:us-east-1:1234:loadbalancer/net/k8s-devops-ingressn-5a6b7c/8d9e0f", From 6457fcb579d5f975cf72ea133a25b425a781b967 Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sat, 28 Feb 2026 20:38:35 -0800 Subject: [PATCH 7/8] Add AWS Glue job --- link2aws.js | 2 +- testcases/aws.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/link2aws.js b/link2aws.js index ff8c74a..2bd3eb2 100644 --- a/link2aws.js +++ b/link2aws.js @@ -585,7 +585,7 @@ class ARN { "crawler": null, "database": null, "devendpoint": null, - "job": null, + "job": () => `https://${this.region}.${this.console}/gluestudio/home?region=${this.region}#/editor/job/${this.resource}/script`, "mlTransform": null, "table": null, "tableVersion": null, diff --git a/testcases/aws.json b/testcases/aws.json index d43a89b..410c606 100644 --- a/testcases/aws.json +++ b/testcases/aws.json @@ -93,6 +93,7 @@ "arn:aws:backup:us-east-1:123456789012:backup-vault:backups-primary": "https://console.aws.amazon.com/backup/home?region=us-east-1#/backupvaults/details/backups-primary", "arn:aws:firehose:us-east-1:123456789012:deliverystream/test-stream": "https://console.aws.amazon.com/firehose/home?region=us-east-1#/details/test-stream/monitoring", + "arn:aws:glue:us-east-1:123456789012:job/test-job": "https://us-east-1.console.aws.amazon.com/gluestudio/home?region=us-east-1#/editor/job/test-job/script", "arn:aws:kinesis:us-east-1:123456789012:stream/test-stream": "https://us-east-1.console.aws.amazon.com/kinesis/home?region=us-east-1#/streams/details/test-stream/details", "arn:aws:codeconnections:us-west-2:384862141196:connection/f8234ecc-8990-4e63-b25a-ec36764b7701": "https://us-west-2.console.aws.amazon.com/codesuite/settings/384862141196/us-west-2/codeconnections/connections/f8234ecc-8990-4e63-b25a-ec36764b7701", From 0d27461d5ea637d5a22ad2284f68b01cb946a96d Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sat, 28 Feb 2026 20:39:02 -0800 Subject: [PATCH 8/8] Add AWS RDS cluster-snapshot --- link2aws.js | 2 +- testcases/aws.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/link2aws.js b/link2aws.js index 2bd3eb2..7951191 100644 --- a/link2aws.js +++ b/link2aws.js @@ -876,7 +876,7 @@ class ARN { "cluster": () => `https://${this.console}/rds/home?region=${this.region}#database:id=${this.resource};is-cluster=true`, "cluster-endpoint": null, "cluster-pg": null, - "cluster-snapshot": null, + "cluster-snapshot": () => `https://${this.console}/rds/home?region=${this.region}#db-snapshot:id=${this.resource}`, "db": () => `https://${this.console}/rds/home?region=${this.region}#database:id=${this.resource}`, "db-proxy": null, "es": null, diff --git a/testcases/aws.json b/testcases/aws.json index 410c606..f6e1d12 100644 --- a/testcases/aws.json +++ b/testcases/aws.json @@ -80,6 +80,7 @@ "arn:aws:rds:us-east-1:123456789012:subgrp:test-db": "https://console.aws.amazon.com/rds/home?region=us-east-1#db-subnet-group:id=test-db", "arn:aws:rds:us-east-1:123456789012:og:test-db": "https://console.aws.amazon.com/rds/home?region=us-east-1#option-group-details:option-group-name=test-db", "arn:aws:rds:us-east-1:123456789012:cluster:test-cluster": "https://console.aws.amazon.com/rds/home?region=us-east-1#database:id=test-cluster;is-cluster=true", + "arn:aws:rds:us-east-1:123456789012:cluster-snapshot:test-cluster-snapshot": "https://console.aws.amazon.com/rds/home?region=us-east-1#db-snapshot:id=test-cluster-snapshot", "arn:aws:kms:us-east-1:123456789012:key/4bd42b4b-af95-4698-b685-58d3296890fe": "https://console.aws.amazon.com/kms/home?region=us-east-1#/kms/keys/4bd42b4b-af95-4698-b685-58d3296890fe",