I would like to filter the dynamically discovered instances with ec2.py based on 'AND' condition of ec2 tags with instance filters.
only able to achieve OR condition with the syntax as below:
tag:tagkey1=tagvalue1,tag:tagkey2=tagvalue2
Need to filter the output with AND condition