update docs
This commit is contained in:
parent
55a2828b65
commit
3e3c16d627
|
@ -300,6 +300,12 @@ each category, the available configuration keys are alphabetized.
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
||||||
|
You may set this in place of `source_ami` or in conjunction with it. If you
|
||||||
|
set this in conjunction with `source_ami`, the `source_ami` will be added to
|
||||||
|
the filter. The provided `source_ami` must meet all of the filtering criteria
|
||||||
|
provided in `source_ami_filter`; this pins the AMI returned by the filter,
|
||||||
|
but will cause Packer to fail if the `source_ami` does not exist.
|
||||||
|
|
||||||
- `sriov_support` (boolean) - Enable enhanced networking (SriovNetSupport but not ENA)
|
- `sriov_support` (boolean) - Enable enhanced networking (SriovNetSupport but not ENA)
|
||||||
on HVM-compatible AMIs. If true, add `ec2:ModifyInstanceAttribute` to your AWS IAM
|
on HVM-compatible AMIs. If true, add `ec2:ModifyInstanceAttribute` to your AWS IAM
|
||||||
policy. Note: you must make sure enhanced networking is enabled on your instance. See [Amazon's
|
policy. Note: you must make sure enhanced networking is enabled on your instance. See [Amazon's
|
||||||
|
|
|
@ -302,6 +302,12 @@ builder.
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
||||||
|
You may set this in place of `source_ami` or in conjunction with it. If you
|
||||||
|
set this in conjunction with `source_ami`, the `source_ami` will be added to
|
||||||
|
the filter. The provided `source_ami` must meet all of the filtering criteria
|
||||||
|
provided in `source_ami_filter`; this pins the AMI returned by the filter,
|
||||||
|
but will cause Packer to fail if the `source_ami` does not exist.
|
||||||
|
|
||||||
- `spot_price` (string) - The maximum hourly price to pay for a spot instance
|
- `spot_price` (string) - The maximum hourly price to pay for a spot instance
|
||||||
to create the AMI. Spot instances are a type of instance that EC2 starts
|
to create the AMI. Spot instances are a type of instance that EC2 starts
|
||||||
when the current spot price is less than the maximum price you specify. Spot
|
when the current spot price is less than the maximum price you specify. Spot
|
||||||
|
|
|
@ -295,6 +295,12 @@ builder.
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
||||||
|
You may set this in place of `source_ami` or in conjunction with it. If you
|
||||||
|
set this in conjunction with `source_ami`, the `source_ami` will be added to
|
||||||
|
the filter. The provided `source_ami` must meet all of the filtering criteria
|
||||||
|
provided in `source_ami_filter`; this pins the AMI returned by the filter,
|
||||||
|
but will cause Packer to fail if the `source_ami` does not exist.
|
||||||
|
|
||||||
- `spot_price` (string) - The maximum hourly price to pay for a spot instance
|
- `spot_price` (string) - The maximum hourly price to pay for a spot instance
|
||||||
to create the AMI. Spot instances are a type of instance that EC2 starts
|
to create the AMI. Spot instances are a type of instance that EC2 starts
|
||||||
when the current spot price is less than the maximum price you specify. Spot
|
when the current spot price is less than the maximum price you specify. Spot
|
||||||
|
|
|
@ -198,6 +198,12 @@ builder.
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
||||||
|
You may set this in place of `source_ami` or in conjunction with it. If you
|
||||||
|
set this in conjunction with `source_ami`, the `source_ami` will be added to
|
||||||
|
the filter. The provided `source_ami` must meet all of the filtering criteria
|
||||||
|
provided in `source_ami_filter`; this pins the AMI returned by the filter,
|
||||||
|
but will cause Packer to fail if the `source_ami` does not exist.
|
||||||
|
|
||||||
- `spot_price` (string) - The maximum hourly price to pay for a spot instance
|
- `spot_price` (string) - The maximum hourly price to pay for a spot instance
|
||||||
to create the AMI. Spot instances are a type of instance that EC2 starts
|
to create the AMI. Spot instances are a type of instance that EC2 starts
|
||||||
when the current spot price is less than the maximum price you specify. Spot
|
when the current spot price is less than the maximum price you specify. Spot
|
||||||
|
|
|
@ -300,6 +300,12 @@ builder.
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
||||||
|
You may set this in place of `source_ami` or in conjunction with it. If you
|
||||||
|
set this in conjunction with `source_ami`, the `source_ami` will be added to
|
||||||
|
the filter. The provided `source_ami` must meet all of the filtering criteria
|
||||||
|
provided in `source_ami_filter`; this pins the AMI returned by the filter,
|
||||||
|
but will cause Packer to fail if the `source_ami` does not exist.
|
||||||
|
|
||||||
- `snapshot_tags` (object of key/value strings) - Tags to apply to snapshot.
|
- `snapshot_tags` (object of key/value strings) - Tags to apply to snapshot.
|
||||||
They will override AMI tags if already applied to snapshot.
|
They will override AMI tags if already applied to snapshot.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue