Method: Awsclient::Connection#ec2

Defined in:
lib/awsclient.rb

#ec2Object



264
265
266
267
268
269
# File 'lib/awsclient.rb', line 264

def ec2
  @ec2 ||= ::Aws::EC2::Client.new({
    credentials: credentials,
    region: region
  }.merge(client_options))
end