-
Notifications
You must be signed in to change notification settings - Fork 348
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_instance module doesn't have count #536
Comments
Files identified in the description:
If these files are inaccurate, please update the |
ansible-zuul bot
pushed a commit
that referenced
this issue
Nov 30, 2021
ec2_instance: Add count parameter to ec2_instance SUMMARY Adding min_count and max_count parameter to ec2_instance. Fixes #536. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: None <None>
patchback bot
pushed a commit
that referenced
this issue
Nov 30, 2021
ec2_instance: Add count parameter to ec2_instance SUMMARY Adding min_count and max_count parameter to ec2_instance. Fixes #536. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: None <None> (cherry picked from commit 760186c)
tremble
pushed a commit
that referenced
this issue
Dec 1, 2021
ec2_instance: Add count parameter to ec2_instance SUMMARY Adding min_count and max_count parameter to ec2_instance. Fixes #536. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: None <None> (cherry picked from commit 760186c) Co-authored-by: Mandar Kulkarni <[email protected]>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…ng_info/retries ec2_vpc_peering_info - Add AWSRetry decorator Reviewed-by: https://github.com/apps/ansible-zuul
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
…ng_info/retries ec2_vpc_peering_info - Add AWSRetry decorator Reviewed-by: https://github.com/apps/ansible-zuul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
ec2_instance module doesn't have count parameter like ec2 module does
Issue Type
Bug Report
Component Name
ec2_instance
Ansible Version
Collection Versions
AWS SDK versions
$ pip show boto boto3 botocore
Configuration
$ ansible-config dump --only-changed
OS / Environment
RHEL 8
Steps to Reproduce
Expected Results
It provisions correctly
Actual Results
Unsupported parameters for (amazon.aws.ec2_instance) module: count
Code of Conduct
The text was updated successfully, but these errors were encountered: