Created
January 11, 2017 16:34
-
-
Save mince27/72a212b57a519c664b4e4eeead9cb03c to your computer and use it in GitHub Desktop.
AWS Lightsail Create Key Pair
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
aws lightsail create-key-pair \ | |
--key-pair-name 'lightsail_demo' \ | |
--query 'privateKeyBase64' \ | |
--output text > 'demo.key' | |
chmod 700 "demo.key" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment