Hi Adam, currently in SII filters with different dimension names have an implicit "AND" relationship between them, and filters with the same dimension name have an implicit "OR" relationship. Therefore to group both EC2 and ELB, a temporary solution would be to add LoadBalancerName as a tag to your EC2 instances with a value of your choice, eg. for-SII-group (a better solution could be to add common tags to both EC2 and ELBs, but ELB tag collection is still a work in progress) and use LoadBalancerName:for-SII-group, LoadBalancerName:[other ELBs you have] to filter both out and group them together.
... View more