updating location where ec2-cost-calculate.rb gets pricing information

This commit is contained in:
Colin Johnson 2012-07-22 17:14:07 +00:00
parent f224ad8380
commit 13b4842614

View File

@ -254,7 +254,7 @@ File.open(credentialfile,"r").each do |line|
end
#gets and creates the price_table
price_table = Net::HTTP.get('s3.amazonaws.com', '/colinjohnson-cloudavaildev/aws-ec2-cost-map.txt')
price_table = Net::HTTP.get('s3.amazonaws.com', '/colinjohnson-cloudavailprd/aws-ec2-cost-map.txt')
#establishes an initial connection object to AWS
aws_interface = AWS::EC2.new( :access_key_id => access_key, :secret_access_key => secret_key)