diff --git a/lib/fog/aws/parsers/compute/describe_reserved_instances.rb b/lib/fog/aws/parsers/compute/describe_reserved_instances.rb index 1845acaa1..4a8d8fbe3 100644 --- a/lib/fog/aws/parsers/compute/describe_reserved_instances.rb +++ b/lib/fog/aws/parsers/compute/describe_reserved_instances.rb @@ -16,7 +16,7 @@ module Fog @reserved_instance[name] = value when 'duration', 'instanceCount' @reserved_instance[name] = value.to_i - when 'fixedPrice', 'amount' + when 'fixedPrice', 'amount', 'usagePrice' @reserved_instance[name] = value.to_f when 'item' @response['reservedInstancesSet'] << @reserved_instance