diff --git a/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb b/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb index ab14f7c6a..3b881ded0 100644 --- a/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb +++ b/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb @@ -49,7 +49,7 @@ module Fog when 'DeviceName', 'VirtualName' @block_device_mapping[name] = value - when 'SnapshotId', 'VolumeSize' + when 'SnapshotId', 'VolumeSize', 'VolumeType', 'Iops' @ebs[name] = value when 'Ebs' @block_device_mapping[name] = @ebs