module Ufo::AwsService

Public Instance Methods

cloudformation() click to toggle source
# File lib/ufo/aws_service.rb, line 12
def cloudformation
  @cloudformation ||= Aws::CloudFormation::Client.new
end
cloudwatchlogs() click to toggle source
# File lib/ufo/aws_service.rb, line 16
def cloudwatchlogs
  @cloudwatchlogs ||= Aws::CloudWatchLogs::Client.new
end
ec2() click to toggle source
# File lib/ufo/aws_service.rb, line 20
def ec2
  @ec2 ||= Aws::EC2::Client.new
end
ecr() click to toggle source
# File lib/ufo/aws_service.rb, line 24
def ecr
  @ecr ||= Aws::ECR::Client.new
end
ecs() click to toggle source
# File lib/ufo/aws_service.rb, line 28
def ecs
  @ecs ||= Aws::ECS::Client.new
end
elb() click to toggle source
# File lib/ufo/aws_service.rb, line 32
def elb
  @elb ||= Aws::ElasticLoadBalancingV2::Client.new
end