scope icon indicating copy to clipboard operation
scope copied to clipboard

In EC2 (and ECS) provide links to the console

Open errordeveloper opened this issue 9 years ago • 3 comments

I'd love to see links back to AWS resources, like ECS task and service definitions and EC2 instances. Seems like a small addition, but it'd extremely useful.

errordeveloper avatar Nov 29 '16 15:11 errordeveloper

did a quick test to see what the url format needs to be. for services, looks like it's: https://console.aws.amazon.com/ecs/home?region={REGION}#/clusters/{CLUSTER}/services/{SERVICE}/tasks, which is nice and easy. For tasks, it's https://console.aws.amazon.com/ecs/home?region={REGION}#/clusters/{CLUSTER}/tasks/{TASK_UUID}. That one's only a little trickier - we'll need to recover the task UUID from the ARN, which isn't too difficult.

ekimekim avatar Dec 14 '16 00:12 ekimekim

It just occurred to me that we shouldn't just focus on ECS here, e.g. for hosts that are EC2 VMs, the Scope details panel for the host could link to the AWS console screen for the VM.

What other linking can we think of? Specific services perhaps?

rade avatar Dec 14 '16 01:12 rade

Specific services perhaps?

RDS has just come up in the context of Weave Cloud troubleshooting.

rade avatar Jan 19 '17 15:01 rade