NOOB alert I received a recommendation in GCP stating that an instance has had low CPU utilization recently and I should consider switching to a lesser powered machine type. When trying to do this downgrade, I'm shown the following warning:
To change the machine type, Compute Engine needs to stop and start this VM > instance. Stopping and starting the machine may cause resources, such as local SSDs and ephemeral IP addresses, to be lost.
I need to know what kind of data loss there might be? We have some software/data-files on the machine that we don't want to loose. If this has to be done how can we backup this data?
Also is it possible to avoid the change in IP address?