Network Out metric for AWS/EC2 with AutoScalingGroupName dimension not giving individual EC2 metrics

Hello,

I am using Cloudwatch datasource in Grafana Cloud and trying to plot NetworkOut metric in AWS/EC2 namespace for all instances in an AutoScaling Group. Instead of getting the metrics for all individual EC2 instances in that ASG, I am just getting an average/sum single metric for the ASG.

Is there a way to achieve this use case in Grafana with Cloudwatch as the datasource?

I have already tried using a variable InstanceId which fetches the current instances in ASG and uses those instance ids as the dimension value in the expression/query. This approach does not show metrics for those instances which were previously part of the ASG, hence not a very good approach.