class Plat::Role::Cpu

Public Instance Methods

ec2() click to toggle source
# File lib/plat/role/cpu.rb, line 4
def ec2
  @ec2 ||= AWS::EC2.new(layout.aws_options)
end
iam_role() click to toggle source
# File lib/plat/role/cpu.rb, line 7
def iam_role
  @iam_role ||= Plat::Role::IAMRole.new(self)
end