summaryrefslogtreecommitdiff
path: root/boto/ec2/autoscale
Commit message (Expand)AuthorAgeFilesLines
* Use generic connect functionJordonPhillips2017-02-101-4/+3
* Merge pull request #2714 from arnaud036/developDaniel G. Taylor2015-04-021-0/+21
|\
| * Added detach_instances function for ec2 autoscaleArnaud Delabarre2014-10-271-0/+21
* | Add ClassicLink support for Auto Scalingkyleknap2015-01-192-15/+25
* | change string to str on docMisaKondo2014-12-081-1/+1
* | update documentation for launchconfigMisaKondo2014-12-081-0/+16
|/
* Merge branch 'nishigori-b64encode-launch-config-user-data' into developDaniel G. Taylor2014-09-221-1/+4
|\
| * autoscale module: fix launch_config.user_data creation via connectionnishigori2014-09-051-1/+4
* | Fix few typonishigori2014-09-051-2/+2
|/
* ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-308-15/+18
* 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
* Fixed integration test failures on BlockDeviceType.Daniel Lindsley2014-03-061-1/+4
* Fix BlockDeviceType deserialization in `get_all_launch_configurations`Andrew Gross2014-03-062-7/+19
* fixed get_all_adjustment_types for ec2/autoscaledkavanagh2014-02-011-4/+5
* Merge remote-tracking branch 'pasc/launchconfiguration-associate_public_ip' i...Daniel Lindsley2014-01-311-0/+2
|\
| * Fixes #2028: LaunchConfiguration does not retrieve AssociatePublicIpAddress p...Hugo Lopes Tavares2014-01-231-0/+2
* | Merge remote-tracking branch 'pasc/vpc_autoscale' into developDaniel Lindsley2014-01-311-3/+5
|\ \
| * | added support for list of subnet ids. Clarified type and format in docsmicahhausler2014-01-301-3/+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-024-10/+108
* 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
* documentation of launch config in Autoscaling Group was wrongLuis Barrueco2013-11-281-2/+2
* Fixes #1823Tobias Work2013-10-291-2/+3
* Added documentation for missing parameter 'tags'j0nes2k2013-10-231-0/+3
* Added documentation for valid event typesj0nes2k2013-10-231-1/+6
* Added documentation for valid event typesj0nes2k2013-10-231-1/+6
* Added launch_config's parameter associate_ip_address for VPCmsshin2013-10-182-1/+11
* Merge pull request #1739 from jpommer/as_tags_propagation_fixDaniel G. Taylor2013-10-071-3/+3
|\
| * Corrected spelling error that was preventing the propagate_at_launch attribut...Jerry Pommer2013-09-191-3/+3
* | Fixed param name in docstring get_all_policies()micahhausler2013-10-021-4/+8
|/
* Merge pull request #1717 from rayrayson/developDaniel G. Taylor2013-09-182-2/+31
|\
| * implement delete_notification_configuration()root2013-09-112-2/+31
* | 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-312-0/+12
|\
| * 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-242-3/+2
| * Add MinAdjustmentType for autoscaling.Andrés J. Díaz2013-06-172-1/+13
* | 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-312-5/+41
|\ \
| * | Adding unit test for scheduled action, and adding cron example for documentationKyle Gordon2013-05-301-1/+1