Method: AwSec::Core#conn

Defined in:
lib/aw_sec/core.rb

#connObject



100
101
102
103
104
105
106
107
# File 'lib/aw_sec/core.rb', line 100

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