Skip to content

Instantly share code, notes, and snippets.

@ShubhamRasal
Last active October 17, 2020 10:55
Show Gist options
  • Save ShubhamRasal/07e28df392d11cf673c0b3584ea394f7 to your computer and use it in GitHub Desktop.
Save ShubhamRasal/07e28df392d11cf673c0b3584ea394f7 to your computer and use it in GitHub Desktop.
create-security-group
aws ec2 create-security-group --group-name MySecurityGroup --description "My security group" --vpc-id vpc-1a2b3c4d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment