DEV Community

Cover image for Using serial console to connect to VMs
Eyal Estrin for AWS Community Builders

Posted on • Originally published at eyal-estrin.Medium

Using serial console to connect to VMs

Working with virtual machines in the public cloud, requires us from time to time to troubleshoot operating system, boot, and network connectivity issues.

In the past, when we worked locally with physical machines, we were able to login to the server console and run commands that assisted us debug problems, but how do we accomplish the same using public clouds?

The cloud providers allow us to connect to a “serial console”, login to the operating system and run commands.

Below are the various alternatives for connecting to a serial console:
Alt Text

Additional references

Top comments (0)