summaryrefslogtreecommitdiff
path: root/bin/launch_instance
Commit message (Collapse)AuthorAgeFilesLines
* Fix bin scripts fo Python 3.Daniel G. Taylor2014-08-041-4/+4
| | | | | | Fixes S3 and EC2 scripts so that they are valid Python 3. Some things may still not work, but the scripts are now capable of running under Python 3. This mostly involved updates to `print` statements.
* Use ConfigParser for Python 3 and SafeConfigParser for Python 2 (#2497)Piotr Bulinski2014-08-041-2/+2
|
* Updated `launch_instance` command line tool and `image.run()` method to ↵Chris Moyer2012-07-121-2/+8
| | | | include IAM role functionality.
* Enabled compression by defaultRyan Brown2011-07-051-1/+1
|
* Removed extra print statementRyan Brown2011-07-011-1/+0
|
* Documentation fixRyan Brown2011-07-011-1/+1
|
* Made both '-s x -s y' and '-s x,y' notation work for the -s optionRyan Brown2011-07-011-2/+10
|
* Moved the function, improved readabilityRyan Brown2011-06-301-14/+15
|
* Added support for #import in -s scriptsRyan Brown2011-06-301-3/+17
|
* Removed a stray print statementRyan Brown2011-06-291-1/+1
|
* Made the --script option accept a comma-separated list of scriptsRyan Brown2011-06-291-3/+6
|
* Made scripts run in the order specified, if a folder is specified then the ↵Ryan Brown2011-06-141-5/+7
| | | | scripts are run in alphabetical order
* Fixed Ryan's replacing ":" with ";" when he added back in this printChris Moyer2011-06-091-1/+1
| | | | statement
* Removed a line that was in for testing purposesRyan Brown2011-06-091-2/+0
|
* --add-script now also accepts folders of scripts as an argumentRyan Brown2011-06-091-5/+16
|
* Made gzip compression default for sending multiple scriptsRyan Brown2011-06-091-1/+1
|
* Minor fixes, cleaned up a couple stray linesRyan Brown2011-06-091-4/+2
|
* Passing scripts is now fully tested with Python, Perl, and Bash scripts.Ryan Brown2011-06-091-7/+1
| | | | | Also fixed a minor bug in write_mime_multipart that was preventing proper decoding
* Uploading multiple shell scripts works, python and perl scripts stillRyan Brown2011-06-081-3/+24
| | | | hang for some reason
* Merge branch 'master' of https://github.com/boto/botoChris Moyer2010-10-051-1/+32
|\ | | | | | | | | Conflicts: bin/launch_instance
| * added support for tags in launch_instace commandAles Zoulek2010-10-051-1/+12
| |
| * added --wait and --dns options to launch_instance commandAles Zoulek2010-10-051-1/+21
| |
* | Added the ability to "init" cloud-init based serversChris Moyer2010-10-051-3/+21
|/ | | | Added some switches for EBS-based AMIs
* added --region to launch_instance commandAles Zoulek2010-09-171-1/+11
|
* global search and replace on @param => :param, @type => :type, @rtype => ↵paltman2009-09-181-2/+2
| | | | :rtype, and @return => :return; added autodoc index for ec2 module
* Added an elb admin command line tool, updated sdbadmin to have more options, ↵kopertop2009-09-041-0/+138
added a launch_instance and list_instances simple command line tools