-
Notifications
You must be signed in to change notification settings - Fork 345
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 add the possibility to upgrade/downgrade instance type on the fly #2298
ec2_instance add the possibility to upgrade/downgrade instance type on the fly #2298
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
d84e8a2
to
d7a06a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Suggested a few minor changes!
tests/integration/targets/ec2_instance_type/tasks/single_instance.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/ec2_instance_type/tasks/single_instance.yml
Outdated
Show resolved
Hide resolved
5dc88d2
to
98a6af4
Compare
regate |
regate |
47b3655
to
9cef8d2
Compare
recheck |
regate |
fba059c
into
ansible-collections:main
Backport to stable-8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply fba059c on top of patchback/backports/stable-8/fba059cfca94e7f74c96ae75e2c38b4d42a86557/pr-2298 Backporting merged PR #2298 into main
🤖 @patchback |
…n the fly (ansible-collections#2298) SUMMARY Closes ansible-collections#469 Add the possibiliy to upgrade/downgrade instance type on existing ec2 instances. The module will stop the instance, modify the instance and then ensure the instance is in the expected state set in state argument. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance Reviewed-by: Alina Buzachis Reviewed-by: GomathiselviS
SUMMARY
Closes #469
Add the possibiliy to upgrade/downgrade instance type on existing ec2 instances.
The module will stop the instance, modify the instance and then ensure the instance is in the expected state set in
state
argument.ISSUE TYPE
COMPONENT NAME
ec2_instance