Check security group usage
aws ec2 describe-network-interfaces --filters Name=group-name,Values=${SECURITY_GROUP_NAME} --region ${REGION} --profile ${PROFILE}
e.g)
aws ec2 describe-network-interfaces --filters Name=group-name,Values=test-prod-an2-sg-pri-msk --region ap-northeast-2 --profile test-prod