on init, connect to AWS and check for the AS group

This commit is contained in:
Anuj Biyani
2013-05-31 13:08:23 -07:00
parent 2bdaca25bb
commit 4f466e1a19
5 changed files with 59 additions and 3 deletions

View File

@@ -25,3 +25,6 @@ if opts[:aws_access_key].nil? || opts[:aws_secret_key].nil?
opts[:aws_access_key] = ENV['AWS_ACCESS_KEY']
opts[:aws_secret_key] = ENV['AWS_SECRET_KEY']
end
require 'aws-missing-tools'
AwsHaRelease.new(opts)