summaryrefslogtreecommitdiff
path: root/boto/ec2
Commit message (Expand)AuthorAgeFilesLines
* Whitespace removal.Daniel Lindsley2013-12-183-4/+1
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-185-13/+9
* Merge pull request #1906 from oxtopus/issue-1757-update_desired_capacityDaniel G. Taylor2013-12-181-1/+1
|\
| * Update DesiredCapacity if AutoScalingGroup.desired_capacity is not None as fi...Austin Marshall2013-12-121-1/+1
* | sriovNetSupport instance attributeRayson Ho2013-12-161-0/+2
|/
* Merge branch 'ec2-instances' into develop. Adds support for i2 instance types...Daniel G. Taylor2013-12-122-1/+24
|\
| * Add I2 instance types to EC2. Sync instance type lists to all be the same.Daniel G. Taylor2013-12-122-1/+24
* | Removing `dimensions` from Metric.query() docstring (not applicable to functi...Austin Marshall2013-12-101-7/+0
|/
* Fix honor cooldown AutoScaling parameter serialization to prevent an exceptio...Daniel G. Taylor2013-12-061-1/+1
* Merge pull request #1881 from luisbarrueco/developDaniel G. Taylor2013-12-021-2/+2
|\
| * documentation of launch config in Autoscaling Group was wrongLuis Barrueco2013-11-281-2/+2
* | typo: AIM -> IAMAlex Jurkiewicz2013-11-291-2/+2
|/
* Add max results parameters to EC2 describe instances and describe tags calls....Daniel G. Taylor2013-11-261-8/+38
* Merge branch 'cloudwatch-sigv4' into developDaniel Lindsley2013-11-191-1/+1
|\
| * Shifted CloudWatch to SigV4.Daniel Lindsley2013-11-191-1/+1
* | Merge pull request #1852 from chuegle/developDaniel G. Taylor2013-11-183-0/+184
|\ \
| * | Adds support for ELB Attributes and Cross Zone Balancing.Chris Huegle2013-11-163-0/+184
| |/
* | - support ami registration with a snapshot IDRobert Schweikert2013-11-091-1/+13
* | Tests for #1554, remove unneeded compatibility layerMichael Barrientos2013-11-091-6/+0
* | Synchronize get_all_snapshots() with current version of APIStanislav Ievlev2013-11-091-6/+13
|/
* Fixes #1823Tobias Work2013-10-291-2/+3
* Fix #1754 cancel_spot_instance_requests return valMichael Barrientos2013-10-251-1/+1
* Clarify documentation for MetricAlarm dimensions. Fixes #1803.Daniel G. Taylor2013-10-241-3/+10
* 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
* Add block_device_mapping to EC2Connection.create_image. Fixes #1766.Daniel G. Taylor2013-10-151-1/+8
* Merge pull request #1770 from micahhausler/documentation/fixesDaniel G. Taylor2013-10-101-14/+14
|\
| * Fixed formatting in ELB docsmicahhausler2013-10-071-14/+14
* | Bump EC2 version numberDaniel G. Taylor2013-10-091-1/+1
* | Add support fo instance type to ModifyReservedInstances in EC2Daniel G. Taylor2013-10-081-2/+9
* | Merge pull request #1760 from martinthegeek/developDaniel G. Taylor2013-10-071-1/+1
|\ \
| * | fix typo in detach_subnets()Martin andrews2013-10-011-1/+1
* | | Remove unused code that causes an exception in rare cases and add a unit test...Daniel G. Taylor2013-10-071-8/+0
* | | 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 docstring on MetricAlarmmicahhausler2013-10-021-2/+2
* | | Fixed param name in docstring get_all_policies()micahhausler2013-10-021-4/+8
| |/ |/|
* | self.rules is of type IPPermissionsList, remove method takes no kwargsMartin Matusiak2013-09-241-1/+1
* | fix UnboundLocalError when trying to remove rule from empty security groupMartin Matusiak2013-09-241-2/+5
|/
* Merge pull request #1733 from danielgtaylor/amiato-masterDaniel G. Taylor2013-09-181-1/+10
|\
| * PEP8 fixesDaniel G. Taylor2013-09-181-2/+3
| * Allowed boto to register hvm instancesKevin Meyer2013-09-161-1/+9
* | Merge pull request #1717 from rayrayson/developDaniel G. Taylor2013-09-182-2/+31
|\ \
| * | implement delete_notification_configuration()root2013-09-112-2/+31
* | | Fixes #1729 - Removed erroneous ``dry_run=`` parameter.Daniel Lindsley2013-09-171-2/+2
| |/ |/|
* | Fixes #1723 - A prior commit broke ``run_instances`` with block device mappin...Daniel Lindsley2013-09-133-6/+14
* | Revert "Fixes #1709 - Cannot create Launch Configuration with Block Device Ma...Daniel Lindsley2013-09-131-1/+1
* | Fixes #1722 - Missed a place where ``dry_run`` is supposed to be supplied.Daniel Lindsley2013-09-131-1/+2