Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created August 27, 2018 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/e1aa92cb0e1bd1bad195fa831e59b560 to your computer and use it in GitHub Desktop.
Save astrotars/e1aa92cb0e1bd1bad195fa831e59b560 to your computer and use it in GitHub Desktop.
aws ec2 authorize-security-group-ingress --group-id "YOUR_SECURITY_GROUP_ID" --protocol tcp --port 80 --cidr 0.0.0.0/0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment