Skip to content

Instantly share code, notes, and snippets.

@ShubhamRasal
Created December 6, 2020 10:03
Show Gist options
  • Save ShubhamRasal/2a23916fece10295a9d65fd0e2eaf305 to your computer and use it in GitHub Desktop.
Save ShubhamRasal/2a23916fece10295a9d65fd0e2eaf305 to your computer and use it in GitHub Desktop.
authorize 80 port
aws ec2 authorize-security-group-ingress --group-id sg-04e749bf892aa62e7 --protocol tcp --port 80 --cidr 0.0.0.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment