I am trying to get volume-id list of aws instance using boto 3, I am getting sort of collection manager but I don\'t know how to get the data inside.
import
You can use cli also. Example I'm trying to get list of root volumes attached
aws ec2 describe-volumes --filters "Name=attachment.device,Values=*sda1" --query "Volumes[*].[VolumeId]" --output text --profile=my_genius_aws_profile