Created
January 11, 2017 16:35
-
-
Save mince27/214e81a1814147d6812f17cd23ae6d5b to your computer and use it in GitHub Desktop.
AWS Lightsail Create Instance
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-instances \ | |
--instance-names 'LightsailDemo' \ | |
--availability-zone 'us-east-1b' \ | |
--blueprint-id 'amazon_linux_2016_09_0' \ | |
--bundle-id 'micro_1_0' \ | |
--user-data file://'userdata.sh' \ | |
--key-pair-name 'lightsail_demo' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment