Edit file on Instance
$ vi /usr/lib/ec2-ami-tools/lib/ec2/amitools/util.rb
Change to this method
def gen_ident()
(0...19).map{(65+rand(26)).chr}.join
end
Edit file on Instance
$ vi /usr/lib/ec2-ami-tools/lib/ec2/amitools/util.rb
Change to this method
def gen_ident()
(0...19).map{(65+rand(26)).chr}.join
end