-
Notifications
You must be signed in to change notification settings - Fork 8
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
[FEATURE] ec2 to ec2_instance #129
Conversation
termination protection needs to be bool
reverting changing registered variables
undone r__ec2_vol registered variable change
Co-authored-by: Gary Leung <[email protected]>
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 🚀
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
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.
Sad to see support for Spot instances going away...
Looks familiar (c.f. dseeley@e832c5f)!! There are a few other changes & fixes in there that might be useful, e.g.
|
Thanks for having a look @dseeley, I did find your PR albeit a good time after struggling without it, defiantly helped. I'd need to test the redeploy schemes, if we still use those that is. Thanks for the hint of the preflight assertions also. |
Move from ec2 to
amazon.aws.ec2_instance
module.volumes structure changed for
ec2_instance
; maintain old syntax incluster_defs
.Spot instances no longer supported
Chrony
changes showing although already merged