I'm getting puzzled by this. I need to increase the specifications of an EC2 instance and am following this tutorial: Change the instance type for the current instance configuration
But it appears that the instance is connected to an autoscaling group, so as soon as I stop it, another one is spawn, and the one I stopped is terminated, so I can't change its type.
I tried detatching the instance from the autoscaling group, but it doesn't do it because there needs to be at least one.
And if I change the minimum capacity it actually also terminates it and can't update its type.
How can I change the instance type of this EC2 box?