Skip to content

Instantly share code, notes, and snippets.

@mince27
Created January 11, 2017 16:35
Show Gist options
  • Save mince27/214e81a1814147d6812f17cd23ae6d5b to your computer and use it in GitHub Desktop.
Save mince27/214e81a1814147d6812f17cd23ae6d5b to your computer and use it in GitHub Desktop.
AWS Lightsail Create Instance
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