-
Was wondering if there was a reason its doing describe all instances instead of polling by Auto Scaling Group name using [describeAutoScalingGroups](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/…
-
- Create and removing Target Groups
- Create and removing Load Balancers
- Create and removing launch configurations
- Create and removing auto scaling groups
AWS doc to delete autoscaler compon…
-
# Github issue #
## Issue type ##
- Documentation Report
## Summary ##
As of https://github.com/AutoSpotting/AutoSpotting/issues/448, AutoSpotting now responds to instance rebalanc…
-
Cloudformation (and troposphere supports scheduled actions on auto-scaling groups. We can use these to scale down to 0 any non-production environments on a nightly basis
-
**How to categorize this issue?**
/area ops-productivity
/kind enhancement
/platform azure
**What would you like to be added**:
Classify Error: Code="PublicIPAddressInUse" as User configura…
-
```
What steps will reproduce the problem?
1. connect to auto scale using
boto.connect_autoscale(
aws_access_key_id=access_key_id,
aws_secret_access_key=a…
-
## Feature request description
Allow the possibility to run a script **before** the EC2 Instance Compute Node is terminated. A suitable location may be the [scaling section](https://docs.aws.amazon…
-
### Description
It is possible to disable the source-destination check through autoscaling groups. I didn't find any code related to this.
### New or Affected Resource(s)
* aws_autosca…
-
# Github issue #
## Issue type ##
- Bug Report
## Build number #
build 1.0-custom-f295a1f
Commit SHA1: f295a1f86c4a21144fc7fe28a69da5668fb7ad0c
## Configuration ##
## Environme…
-
Set value of the task to the var:
``` yaml
task-B:
vars:
ARG1:
ARG2:
task-A:
vars:
VAR-A:
- task-B:
vars: {ARG1: "first", ARG2: "second"}
`…