Hi, I want to understand the meaning of “stopped” in the Fly machines.
This VM machine appears to be Stopped if it has not been accessed on the web for a specific time.
I couldn’t access the stopped VM from CLI during that time, but I could do so as soon as I changed the status of that machine to “started” from the dashboard.
Even though the machines were stopped, I could access the app domain on the Web.
In summary, the Fly machine looks to have the following specs:
- We cannot access machines in SSH while the machine is stopped.
- We need to make the machine “started” to access by SSH
- The machines will be started as soon as a user accesses your app on the Web, in the words, by HTTP/HTTPS
- “Stopped” is not entirely the machine suspension, and the status is like “watching” or “sleep mode”.
Is my understanding correct?
I want to have your feedback, thanks!