Hi there,
I'm using Packer v1.5.5 and I have this deprecation warning:
* spot_price_auto_product is deprecated and no longer necessary for Packer builds. In future versions of Packer, inclusion of spot_price_auto_product will error your builds. Please take a look at our current documentation to understand how Packer requests Spot instances.
However, reading the
amazon-ebs doc, it seems this option is still required if spot_price is set to auto, or neither is not written as deprecated in the doc:
spot_price_auto_product (string) - Required if spot_price is set to auto. This tells Packer what sort of AMI you're launching to find the best spot price. This must be one of: Linux/UNIX, SUSE Linux, Windows, Linux/UNIX (Amazon VPC), SUSE Linux (Amazon VPC), Windows (Amazon VPC)
However, it seems that packer fix is showing this option as deprecated as well.
So is this option really required as per the doc, or deprecated ?
And if deprecated, what should I do ? simply removing it ?
Thanks in advance.
Rgds