JayPrime2012
JayPrime2012

Reputation: 2692

Why can't packer create HVM AMI for linux?

I'm guessing packer is using outdated boto libraries or something?

==> amazon-ebs: Error launching source instance: Non-Windows instances with a virtualization type of 'hvm' are currently not supported for this instance type. (InvalidParameterCombination)

Upvotes: 1

Views: 903

Answers (1)

philbert
philbert

Reputation: 498

It's probably because you're using an instance type that doesn't support hvm.

See this table:

http://aws.amazon.com/amazon-linux-ami/instance-type-matrix/

Upvotes: 2

Related Questions