-
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_scaling_policy - Add support for TargetTrackingScaling policies #544
Comments
Files identified in the description:
If these files are inaccurate, please update the |
Hi @anjo-swe, thank you for this feature idea. Would you be interested in creating a PR for this feature? |
@alinabuzachis If no one is working on this issue, I would love to! :) |
Thanks for the offer, if you can't find an existing pull request, feel free to start working on it. |
Thanks for the implementation @falcon78921 |
…groups parameters. (ansible-collections#544) ec2_vpc_endpoint - Add vpc_endpint_subnets and vpc_endpoint_security_groups parameters. SUMMARY Add support for setting the subnet and security group used by the Endpoint ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_vpc_endpoint ADDITIONAL INFORMATION Originally submitted as ansible-collections#589 Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
add `TargetTrackingScaling` as a scaling policy option SUMMARY Add TargetTrackingScaling as an EC2 scaling option. Fixes: #544 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_scaling_policy.py Reviewed-by: Jill R <None> Reviewed-by: James McClune <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None>
add `TargetTrackingScaling` as a scaling policy option SUMMARY Add TargetTrackingScaling as an EC2 scaling option. Fixes: #544 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_scaling_policy.py Reviewed-by: Jill R <None> Reviewed-by: James McClune <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> (cherry picked from commit 4be1e70)
add `TargetTrackingScaling` as a scaling policy option SUMMARY Add TargetTrackingScaling as an EC2 scaling option. Fixes: #544 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_scaling_policy.py Reviewed-by: Jill R <None> Reviewed-by: James McClune <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> (cherry picked from commit 4be1e70)
[PR #771/4be1e701 backport][stable-4] add `TargetTrackingScaling` as a scaling policy option This is a backport of PR #771 as merged into main (4be1e70). SUMMARY Add TargetTrackingScaling as an EC2 scaling option. Fixes: #544 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_scaling_policy.py Reviewed-by: Mark Chappell <None>
SUMMARY
Allow creation of
TargetTrackingScaling
policies usingec2_scaling_policy
moduleReferences
ISSUE TYPE
COMPONENT NAME
ec2_scaling_policy
ADDITIONAL INFORMATION
Feature would be used similar to how you can currently create
SimpleScaling
(default) &StepScaling
policies. The module would need a similar if-statement that was added forStepScaling
- https://github.com/ansible-collections/community.aws/blob/main/plugins/modules/ec2_scaling_policy.py#L275-L290The text was updated successfully, but these errors were encountered: