Created
November 7, 2017 16:37
-
-
Save nmagee/7f4e1e314392efad8aa30098561f8c6d to your computer and use it in GitHub Desktop.
Start one or more EC2 instances. Run this on your local workstation.
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
#!/bin/bash | |
# This can be one or more EC2 instance IDs, separated by a space. No commas. | |
instanceIds='' | |
aws ec2 start-instances --instance-ids $instanceIds | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment