-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
aws_instance: change instance type causes instance destroy/create #2423
Comments
@partamonov several improvements must be done about aws_instance resources and other dependencies; currently terraform have an approach where several resources modified need to be recreated. |
Hey @partamonov – I'm going to close this as a duplicate of #1887 and/or #1579 . The need to manage stop or other state like this noted there. Thanks! |
Is this in a plan to be fixed? It would be great if the instance survived. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Currently if you change aws instance(ebs root storage) type this will cause instance re-creation.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html
But AWS allows to change instance type only by stopping it, changing instance size and start it. CFN also in case of change of instance size just stop, change and start instance
The text was updated successfully, but these errors were encountered: