I'm trying to filter the images that follow the following pattern in their tag value: dev/yyyy-mm-dd
eg. : dev/2021-09-11
the best idea that came up to me was something like this:
aws ec2 describe-images --filters Name=tag:tag_name,Values="dev/????-??-??"
is there a more logical approach?