Method: Plat::Role::Cpu#ec2

Defined in:
lib/plat/role/cpu.rb

#ec2Object



4
5
6
# File 'lib/plat/role/cpu.rb', line 4

def ec2
  @ec2 ||= AWS::EC2.new(layout.aws_options)
end