summaryrefslogtreecommitdiff
path: root/boto/ec2/autoscale/launchconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Fix few typonishigori2014-09-051-2/+2
* ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-301-1/+0
* Fixed integration test failures on BlockDeviceType.Daniel Lindsley2014-03-061-1/+4
* Fix BlockDeviceType deserialization in `get_all_launch_configurations`Andrew Gross2014-03-061-6/+14
* Fixes #2028: LaunchConfiguration does not retrieve AssociatePublicIpAddress p...Hugo Lopes Tavares2014-01-231-0/+2
* Updated Autoscaling for the latest API changes.Daniel Lindsley2014-01-021-6/+23
* Fixes #1823Tobias Work2013-10-291-2/+3
* Added launch_config's parameter associate_ip_address for VPCmsshin2013-10-181-1/+7
* Add support for EbsOptimized to LaunchConfigurations.Mitch Garnaat2013-05-061-1/+8
* Allow IAM instance profile to be associated with a launch configuration for a...Mitch Garnaat2012-06-121-1/+10
* Initial support for spot instances in autoscaling groups.Mitch Garnaat2012-06-041-6/+16
* Fall back to plain text launch config user dataJohn Reese2012-03-231-1/+4
* Make parsing of CreatedTime more robust by using boto.utils.parse_ts. Also, ...Mitch Garnaat2012-02-031-9/+7
* CreatedTime in response does not always include milliseconds. Awesome. Need...Mitch Garnaat2011-08-261-1/+4
* Fixed a problem with InstanceMonitoring parameter of LaunchConfigurations for...Mitch Garnaat2011-05-311-2/+4
* base64 decode user dataNick Tarleton2011-04-121-1/+2
* Removed duplicated method definition.rlotun2011-04-011-2/+1
* Parse all times as datetime objects.rlotun2011-03-311-1/+21
* Simple autoscale unit tests and fixes.rlotun2011-03-311-1/+1
* More work on implementing autoscale calls.rlotun2010-12-221-3/+1
* Beginning of autoscale 2010-08-01 support.rlotun2010-12-211-3/+71
* global search and replace on @param => :param, @type => :type, @rtype => :rty...paltman2009-09-181-8/+8
* Various fixes to improve response handling for autoscale.rlotun2009-05-261-2/+14
* Added initial ec2 autoscaling implementation. Not quite ready for primetime, ...rlotun2009-05-221-0/+86