summaryrefslogtreecommitdiff
path: root/boto/ec2/autoscale/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* autoscale module: fix launch_config.user_data creation via connectionnishigori2014-09-051-1/+4
* ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-301-8/+8
* Fixed #1698 and put unit tests on itPedro H. Spagiari2014-07-111-1/+1
* autoscale module: add backward-compatible support for Python 3.3+Felix Yan2014-07-111-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-3/+4
* Fix BlockDeviceType deserialization in `get_all_launch_configurations`Andrew Gross2014-03-061-1/+5
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-20/+3
* Support for multiple credential profiles.Zachary Musgrave2014-01-091-2/+3
* Updated Autoscaling for the latest API changes.Daniel Lindsley2014-01-021-0/+29
* Merge branch 'switch-to-super' into developDaniel Lindsley2013-12-231-1/+1
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
* | Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+1
|/
* Update DesiredCapacity if AutoScalingGroup.desired_capacity is not None as fi...Austin Marshall2013-12-121-1/+1
* Fix honor cooldown AutoScaling parameter serialization to prevent an exceptio...Daniel G. Taylor2013-12-061-1/+1
* Added documentation for valid event typesj0nes2k2013-10-231-1/+6
* Added launch_config's parameter associate_ip_address for VPCmsshin2013-10-181-0/+4
* Fixed param name in docstring get_all_policies()micahhausler2013-10-021-4/+8
* Merge pull request #1717 from rayrayson/developDaniel G. Taylor2013-09-181-2/+25
|\
| * implement delete_notification_configuration()root2013-09-111-2/+25
* | Fixes #1723 - A prior commit broke ``run_instances`` with block device mappin...Daniel Lindsley2013-09-131-1/+1
|/
* Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-041-0/+1
* Merge remote-tracking branch 'taylordt/ec2-min-adjustment-type' into developDaniel Lindsley2013-07-311-0/+5
|\
| * Only include MinAdjustmentStep as a parameter if it has been set in order to ...Daniel G. Taylor2013-07-301-1/+2
| * PEP8 fixes for EC2 MinAdjustmentStepDaniel G. Taylor2013-07-241-2/+2
| * Add MinAdjustmentType for autoscaling.Andrés J. Díaz2013-06-171-1/+5
* | Merge remote-tracking branch 'pasc/bdm_for_autoscaling_groups' into developDaniel Lindsley2013-07-231-2/+1
|\ \ | |/ |/|
| * Add missing function parameter (re: #1357)Pascal Hakim2013-03-141-1/+1
| * Added support for block device mappings in autoscaling groups (re #753, #1343)Pascal Hakim2013-02-261-2/+1
* | Merge branch 'as_fix' into developDaniel Lindsley2013-05-311-5/+23
|\ \
| * | Adding unit test for scheduled action, and adding cron example for documentationKyle Gordon2013-05-301-1/+1
| * | Adding updated documentation for the new variablesKyle Gordon2013-04-101-1/+10
| * | Adding updated values for recurring autoscale operationsKyle Gordon2013-04-101-4/+13
| |/
* | Modifiy EbsOptimized param type in LauchConfig.Andrés J. Díaz2013-05-241-2/+2
* | Add support for EbsOptimized to LaunchConfigurations.Mitch Garnaat2013-05-061-0/+4
|/
* Merge pull request #1277 from dkavanagh/setdesiredcapacityChris Moyer2013-01-281-0/+23
|\
| * added method to wrong connection classdkavanagh2013-01-281-0/+23
* | Add Sydney region for connect_to_* functionsJames Saryerwinnie2012-11-121-1/+3
|/
* Implement termination_policies autoscaling argJames Saryerwinnie2012-09-281-0/+13
* Merge branch 'ssl_cert_verification' into developMitch Garnaat2012-09-191-2/+3
|\
| * WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-051-2/+3
| * WIP commit.Mitch Garnaat2012-08-231-1/+1
* | Resolved merge conflict. A couple of PEP8 cleanups.Mitch Garnaat2012-09-161-5/+13
|\ \
| * | Adding a patch that will allows tags to be set at the time an AutoScaleGroup ...BuzzTroll2012-08-141-0/+3
| |/
* | SigV4 not properly quoting query parameters. Also fixed default endpoint for...Mitch Garnaat2012-08-311-1/+1
|/
* add PutNotificationConfiguration supportgraphaelli2012-07-271-0/+23
* Fixed an error in docstring and a few PEP8 cleanups. Fixes #876.Mitch Garnaat2012-07-271-9/+14
* Fixing a bug in query string handling and switching IAM and Autoscale to use ...Mitch Garnaat2012-06-251-1/+1
* Allow IAM instance profile to be associated with a launch configuration for a...Mitch Garnaat2012-06-121-0/+2
* Initial support for spot instances in autoscaling groups.Mitch Garnaat2012-06-041-0/+2
* Add security_token parameter to more constructors. Fixes #792.Mitch Garnaat2012-06-041-14/+21