diff --git a/plugins/modules/ec2_vol_info.py b/plugins/modules/ec2_vol_info.py index c72fb5da25a..bfe2e74fd84 100644 --- a/plugins/modules/ec2_vol_info.py +++ b/plugins/modules/ec2_vol_info.py @@ -45,6 +45,11 @@ - amazon.aws.ec2_vol_info: filters: attachment.status: attached + +# Gather information about volumes that are "in-use" + amazon.aws.ec2_vol_info: + filters: + status: in-use # Gather information about all volumes related to an EC2 Instance # register information to `volumes` variable