Last active
October 17, 2020 08:50
-
-
Save ShubhamRasal/de86575010d1a676e9ff40bc0bea659b to your computer and use it in GitHub Desktop.
Create Key Pair
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-key-pair --key-name MyKeyPair --query 'KeyMaterial' --output text | out-file -encoding ascii -filepath MyKeyPair.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment