Created
June 18, 2018 11:41
-
-
Save bmamouri/4c656256d6946479ea6927df039eaee3 to your computer and use it in GitHub Desktop.
This file contains 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
Creating a key pair: | |
aws ec2 create-key-pair --key-name read-key --query 'KeyMaterial' --output text | |
aws ec2 create-security-group --group-name group-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment