Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
SG_ID="sg-xxxxxxxxxxx"
print_separator() {
printf '%.0s-' {1..80}
echo
}
echo "Checking resources using Security Group $SG_ID..."