Module: Ufo::AwsServices

Included in:
Destroy, Ecr::Auth, Ecr::Cleaner, LogGroup, Scale, Ship, Task, Tasks::Register
Defined in:
lib/ufo/aws_services.rb

Instance Method Summary collapse

Instance Method Details

#cloudwatchlogsObject



17
18
19
# File 'lib/ufo/aws_services.rb', line 17

def cloudwatchlogs
  @cloudwatchlogs ||= Aws::CloudWatchLogs::Client.new
end

#ecrObject



13
14
15
# File 'lib/ufo/aws_services.rb', line 13

def ecr
  @ecr ||= Aws::ECR::Client.new
end

#ecsObject



5
6
7
# File 'lib/ufo/aws_services.rb', line 5

def ecs
  @ecs ||= Aws::ECS::Client.new
end

#elbObject



9
10
11
# File 'lib/ufo/aws_services.rb', line 9

def elb
  @elb ||= Aws::ElasticLoadBalancingV2::Client.new
end