# File lib/aws/ec2/volume.rb, line 159 def availability_zone if name = availability_zone_name AvailabilityZone.new(name, :config => config) end end