Last active
October 17, 2020 10:55
-
-
Save ShubhamRasal/07e28df392d11cf673c0b3584ea394f7 to your computer and use it in GitHub Desktop.
create-security-group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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