20 21 22 23 24
# File 'lib/maws/instance/elb.rb', line 20 def destroy return unless alive? connection.elb.delete_load_balancer(aws_id) info "destroying ELB #{name}" end