I am trying to create a Python script to monitor my multiple AWS EC2 instances and I am using the Boto3 library.
I have gotten stuck when it comes to finding an available volume, as there is the method which returns the volume Id and total size, as described in: Boto3 get EC2 instance's volume.