Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save fernandomullerjr/7562f986b34f1bf27f1295423b8bdfe3 to your computer and use it in GitHub Desktop.

Select an option

Save fernandomullerjr/7562f986b34f1bf27f1295423b8bdfe3 to your computer and use it in GitHub Desktop.
SG - Security-group - Verificar quais estão em uso
aws ec2 describe-network-interfaces --filters Name=group-id,Values=<group-id> --region <region> --output json
aws ec2 describe-network-interfaces --filters Name=group-id,Values=sg-013b42c27e387b7a8 --region sa-east-1 --output json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment