In EC2 (and ECS) provide links to the console
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.
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.
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?
Specific services perhaps?
RDS has just come up in the context of Weave Cloud troubleshooting.