class Chef::Knife::Ec2FlavorList

Public Instance Methods

run() click to toggle source
# File lib/chef/knife/ec2_flavor_list.rb, line 29
def run
  ui.error("knife ec2 flavor list has been deprecated as this functionality is not provided by the AWS API the previous implementation relied upon hardcoded values that were often incorrect. For an up to date list of instance types see https://www.ec2instances.info/")
  exit 1
end