Method: AwSec::Core#conn

Defined in:
lib/aw_sec/core.rb

#connObject



110
111
112
113
114
115
116
117
# File 'lib/aw_sec/core.rb', line 110

def conn
  @conn ||= Fog::Compute.new({
    :provider => 'AWS',
    :region => @region,
    :aws_access_key_id => @aws_key,
    :aws_secret_access_key => @aws_secret
    })
end