# File lib/blimpy/boxes/aws.rb, line 37 def fog @fog ||= begin Fog::Compute.new(:provider => 'AWS', :region => @region) end end