provisioning/providers/aws/bin/get-image.sh
2025-09-22 23:11:41 +01:00

5 lines
140 B
Bash
Executable File

#!/bin/bash
match="debian-12-amd64"
aws ec2 describe-images --owners --out json | jq '.Images[] | select( .Name | contains("'$match'")) '