You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the amazon.aws.autoscaling_group module does not support the instance_requirements parameter for an Autoscaling group, which let's one defined requirements for an instance, instead of providing a specific list of instance types.
I opened a PR for this way back when the module was still in community.aws and still called ec2_asg. That PR never got merged due to issues with setting up CI correctly for it. However I think it would still be a valuable addition to this module. Maybe s.b. else can start another PR here, based on my work from back then to quickly get it done.
Summary
Currently the
amazon.aws.autoscaling_group
module does not support theinstance_requirements
parameter for an Autoscaling group, which let's one defined requirements for an instance, instead of providing a specific list of instance types.I opened a PR for this way back when the module was still in
community.aws
and still calledec2_asg
. That PR never got merged due to issues with setting up CI correctly for it. However I think it would still be a valuable addition to this module. Maybe s.b. else can start another PR here, based on my work from back then to quickly get it done.Issue Type
Feature Idea
Component Name
amazon.aws.autoscaling_group module
Additional Information
ansible-collections/community.aws#831
Code of Conduct
The text was updated successfully, but these errors were encountered: