我猜packer使用的是过时的boto库还是什么?
==> amazon-ebs: Error launching source instance: Non-Windows instances with a virtualization type of 'hvm' are currently not supported for this instance type. (InvalidParameterCombination)发布于 2014-10-17 20:00:30
这可能是因为您使用的实例类型不支持hvm。
请参阅下表:
http://aws.amazon.com/amazon-linux-ami/instance-type-matrix/
https://stackoverflow.com/questions/25714657
复制相似问题