Method: Ec2ssh::Builder#ec2s

Defined in:
lib/ec2ssh/builder.rb

#ec2sObject



28
29
30
# File 'lib/ec2ssh/builder.rb', line 28

def ec2s
  @ec2s ||= Ec2Instances.new aws_keys, @container.regions
end