Skip to content

Commit

Permalink
Merge pull request #751 from agrare/update_to_new_instances_json_url
Browse files Browse the repository at this point in the history
The instances.json file has been removed from github
  • Loading branch information
Fryguy authored Mar 16, 2022
2 parents dd24895 + f526c73 commit e2c4f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks_private/instance_types.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace 'aws:extract' do

def instances
require 'open-uri'
URI.open("https://raw.githubusercontent.com/powdahound/ec2instances.info/master/www/instances.json") do |io|
URI.open("https://instances.vantage.sh/instances.json") do |io|
JSON.parse(io.read)
end
end
Expand Down

0 comments on commit e2c4f19

Please sign in to comment.