From 7e8bb99f162927e8f581b0fb56832afc7cfa9f2f Mon Sep 17 00:00:00 2001 From: Mariusz B Date: Wed, 15 Apr 2020 12:33:57 +0200 Subject: [PATCH] Update find-exposed-resources.sh --- clouds/aws/find-exposed-resources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clouds/aws/find-exposed-resources.sh b/clouds/aws/find-exposed-resources.sh index f92a90b..beeee31 100755 --- a/clouds/aws/find-exposed-resources.sh +++ b/clouds/aws/find-exposed-resources.sh @@ -58,7 +58,7 @@ function rds_snapshots() { function ami_images() { out=$(_aws ec2 describe-images --owners self --executable-users all) if ! echo "$out" | grep -q '": \[\]'; then - echo "---[ Public RDS Snapshots" + echo "---[ Public AMI Images" echo "$out" echo fi