Skip to content

Instantly share code, notes, and snippets.

@ShubhamRasal
Created October 17, 2020 08:52
Show Gist options
  • Save ShubhamRasal/1845e52d87b7f7bd7ae6b8fd5757d27f to your computer and use it in GitHub Desktop.
Save ShubhamRasal/1845e52d87b7f7bd7ae6b8fd5757d27f to your computer and use it in GitHub Desktop.
authorize-security-group-ingress
aws ec2 authorize-security-group-ingress --group-id sg-04e749bf892aa62e7 --protocol tcp --port 22 --cidr 0.0.0.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment