Is there a way to filter public AMIs that contain a particular string (say abcd
)?
The command:
aws ec2 describe-images --filters Name=name,Values=abcd
returns only those AMIs that exactly match Name=abcd
Is there a way to filter public AMIs that contain a particular string (say abcd
)?
The command:
aws ec2 describe-images --filters Name=name,Values=abcd
returns only those AMIs that exactly match Name=abcd
From Listing and Filtering Using the CLI and API:
List any RHEL 7.x HVM GA images