-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ec2_asg: add detach_instances feature #649
Comments
Files identified in the description:
If these files are inaccurate, please update the |
Hi @dstan88, thank you for this feature idea. Would you be willing to work on this? |
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Feb 26, 2022
ec2_asg: Add functionality to detach specified instances from ASG SUMMARY Adds feature to detach specified instances from a AutoScalingGroup rather than terminating them directly. Detached instances are not terminated and can be managed independently. Implements #649 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_asg ADDITIONAL INFORMATION Makes use of https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/autoscaling.html#AutoScaling.Client.detach_instances Reviewed-by: Alina Buzachis <None> Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Jill R <None> Reviewed-by: Joseph Torcasso <None>
Closing the issue as #933 is merged and resolves this issue. |
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this issue
Mar 11, 2022
…sible-collections#933) ec2_asg: Add functionality to detach specified instances from ASG SUMMARY Adds feature to detach specified instances from a AutoScalingGroup rather than terminating them directly. Detached instances are not terminated and can be managed independently. Implements ansible-collections#649 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_asg ADDITIONAL INFORMATION Makes use of https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/autoscaling.html#AutoScaling.Client.detach_instances Reviewed-by: Alina Buzachis <None> Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Jill R <None> Reviewed-by: Joseph Torcasso <None>
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this issue
May 25, 2022
…s#649) Splitup core.py and move non-EC2 code from ec2.py SUMMARY Many of the functions in ec2.py were there primarily as a quirk of the AWS utility code living solely in ec2.py at the time it was written (no other aws utility code existed at the time). Since it isn't specific to the EC2 service, split it out. Similarly, the core.py code came from a time when we were in with the rest of the Ansible code, so it became a general dumping ground. We don't need to worry about collisions with non-AWS module_util code now, let's break it apart to avoid potential circular dependencies. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/ec2.py plugins/module_utils/core.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Add 'detach_instances' feature that will not terminate the instance(s) after being replaced in the AutoScalingGroup****
Issue Type
Feature Idea
Component Name
ec2_asg
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: