Building VM Inventory #1: Paramiko
Sunday, 25 August 2024 01:13:44 WIB | tags: tips, python, gcp, vm-inventory | 218 hits | 0 comment(s)Ever wondered how to pull together a VM inventory when you've got a bunch of VMs? I’ve found myself asking this question a few times, so I decided to check out a few tools that might help. This post is the first in a series where I'll dive into different ways to gather basic VM info, like hostname and OS version. In this first post, I will use Paramiko library in Python application and see how I can use this to solve my problem. In the exploration, I will deploy 3 VMs in a cloud environment, which consists of one main server and two client servers.