Skip to content

Instantly share code, notes, and snippets.

@brijesh-deb
Created December 20, 2017 04:05
Show Gist options
  • Save brijesh-deb/cfe3c6fc46cd3eb706061a49ae625c69 to your computer and use it in GitHub Desktop.
Save brijesh-deb/cfe3c6fc46cd3eb706061a49ae625c69 to your computer and use it in GitHub Desktop.
#AWS #SecurityGroup

Creating new Security Group

  • EC2 dashboard> Security Groups> Create Security Group
  • Security group name : [name]
  • VPC: [Select a VPC]
  • Add rule
    • To access from Putty
      • Type: SSH
      • Protocol: TCP
      • Port Range: 22
      • Source: Anywhere
    • To access from clients (like browser)
      • Type: Custom TCP Rule
      • Protocol: TCP
      • Port Range: [give the port to expose]
      • Source: Anywhere [if to be accessed from anywhere]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment