summaryrefslogtreecommitdiff
path: root/boto/ec2/instance.py
Commit message (Expand)AuthorAgeFilesLines
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-3/+3
* Whitespace removal.Daniel Lindsley2013-12-181-2/+0
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-181-2/+1
* Remove unused code that causes an exception in rare cases and add a unit test...Daniel G. Taylor2013-10-071-8/+0
* Added ``dry_run`` to. All. The. Things.Daniel Lindsley2013-09-111-36/+60
* Start moving get_all_instances to get_all_reservationsGarrett Holmstrom2013-08-281-1/+1
* Add a string monitoring_state attribute to hold the actual value returned fro...Mitch Garnaat2013-02-211-0/+4
* Merge pull request #1195 from jamesls/vpc-multi-ipMitch Garnaat2012-12-211-0/+1
|\
| * Properly parse VPC instance with multi private IPsJames Saryerwinnie2012-12-191-0/+1
* | Update docstring with str type infoJames Saryerwinnie2012-12-201-3/+5
* | Remove trailing whitespaceJames Saryerwinnie2012-12-201-3/+3
* | Added documentation for use_ipfocus2012-12-141-4/+10
|/
* Add a convenience create_image method on EC2 Instance objectsJustin Patrin2012-11-271-0/+27
* Adding group_ids to spot instance requests. Also added ability to specify in...Mitch Garnaat2012-08-051-39/+4
* Merging Provisioned IOPs branch and resolving some conflicts.Mitch Garnaat2012-08-011-17/+38
|\
| * Updates for provisioned IOPS.Mitch Garnaat2012-06-051-24/+50
* | Fixed handling of placement info in DescribeInstances response. Fixes #838.Mitch Garnaat2012-07-261-5/+110
* | Fixed parsing of current/previous state data for instances. Fixes #881.Mitch Garnaat2012-07-261-15/+69
* | Adding support for IAM Roles. Closes #811.Mitch Garnaat2012-06-111-0/+3
|/
* switch to new format for ModifyInstanceAttribute to handle setting security g...Cosmin Stejerean2012-05-221-9/+11
* add groupSet to instance.get_attribute and get_instance_attributeCosmin Stejerean2012-05-221-1/+1
* add sourceDestCheck to the doc strings for getting and modifying instance att...Cosmin Stejerean2012-05-161-0/+2
* Adding documentation of instance variables for Instance object. Monkeying ar...Mitch Garnaat2012-02-291-23/+55
* Add support for DescribeInstanceStatus. Special thanks to @royrapoport for h...Jeremy Edberg2011-12-071-4/+11
* Pass the force param along to stop_instances. Closes #388.Mitch Garnaat2011-11-171-1/+1
* Testing ivar for documenting instance variables for classes.Mitch Garnaat2011-08-301-0/+10
* Fix parsing of DescribeInstanceAttributes response. Closes #291.Mitch Garnaat2011-08-051-3/+21
* Add test for ResultSet to accomodate non-standard response from OpenStack. C...Mitch Garnaat2011-07-251-3/+6
* Fixed a typo bug in ConsoleOutput sax parsing and some PEP8 cleanup in connec...garnaat2011-06-241-1/+1
* A couple of small fixes to ConsoleOutput.Mitch Garnaat2011-06-211-1/+3
* The instances method was broken by an earlier commit. This fixes GoogleCode ...Mitch Garnaat2011-06-151-0/+3
* Deal with the groupSet element that appears in the instanceSet element in the...John Walsh2011-03-291-0/+4
* Fixed a typo bug in Instance class. Fixes issue 487.garnaat2011-01-111-1/+1
* Add support for idempotent instance launch. Fixes issue 469.Mitch Garnaat2010-10-201-0/+3
* Adding support for TagSets in Describe* resonses. Fixes issue 459.Mitch Garnaat2010-09-291-4/+8
* Adding a message to the ValueError exception raised by update methods.Mitch Garnaat2010-09-241-1/+1
* Added an optional validate param to the update methods of Volume, Instance, I...Mitch Garnaat2010-09-211-1/+10
* Added convenience methods for instance attribute methods. Also fixed/added a...Mitch Garnaat2010-08-211-1/+81
* Checking in initial support for cluster instance type and placement groups. ...Mitch Garnaat2010-07-141-0/+4
* Simplified handling of update methods for Instance and Volume classes. Added...Mitch.Garnaat2010-03-291-19/+25
* Adding some convenience methods to Instance and Address classes.Mitch.Garnaat2010-01-241-1/+9
* Initial support for Spot Instances. Still rough around the edges.Mitch.Garnaat2009-12-141-0/+6
* Initial support for Boot From EBS.Mitch.Garnaat2009-12-041-2/+38
* Adding handling of ProductCodes to Instance class as well as Image. Fixes is...Mitch.Garnaat2009-10-271-3/+4
* Stuff to support VPC. Unable to test because I'm not using VPC but I'll bet ...Mitch.Garnaat2009-09-241-0/+15
* Incorporating patch from Eucalyptus teamMitch.Garnaat2009-06-181-0/+1
* Adding monitor/unmonitor method to Instance. Added quick tutorial to cloudwa...Mitch.Garnaat2009-05-221-0/+6
* Adding support for monitored status in Instance object.Mitch.Garnaat2009-05-211-1/+13
* Checking in changes to support regions in EC2.Mitch.Garnaat2008-12-101-8/+6
* Fixes issue 158 and issue 159.Mitch.Garnaat2008-09-081-0/+2