artilleryio / artilleryio/chaos-lambda
Get instances by autoscaling group name instead of polling all instances
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 290
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
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/AWS/AutoScaling.html#describeAutoScalingGroups-property)?
Contributor guide
Research direction
Locate the code that describes or polls all instances, then read the AWS SDK describeAutoScalingGroups documentation linked in the issue. Update the instance lookup to use the autoscaling group name, and verify that instances are obtained without polling every instance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- cloud
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100