doc improvements
This commit is contained in:
parent
6837bf8276
commit
8585e0ebf5
|
@ -95,8 +95,7 @@ each category, the available configuration keys are alphabetized.
|
|||
depending on the size of the AMI, but will generally take many minutes.
|
||||
|
||||
- `ami_users` (array of strings) - A list of account IDs that have access to
|
||||
launch the resulting AMI(s). By default no additional users other than the
|
||||
user creating the AMI has permissions to launch it.
|
||||
launch the resulting AMI(s). By default no additional users other than the user creating the AMI has permissions to launch it.
|
||||
|
||||
- `ami_virtualization_type` (string) - The type of virtualization for the AMI
|
||||
you are building. This option is required to register HVM images. Can be
|
||||
|
@ -120,9 +119,9 @@ each category, the available configuration keys are alphabetized.
|
|||
copying `/etc/resolv.conf`. You may need to do this if you're building
|
||||
an image that uses systemd.
|
||||
|
||||
- `custom_endpoint_ec2` (string) - this option is useful if you use
|
||||
another cloud provider that provide a compatible API with aws EC2,
|
||||
specify another endpoint like this "<https://ec2.another.endpoint>..com"
|
||||
- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud
|
||||
provider whose API is compatible with aws EC2. Specify another endpoint
|
||||
like this `https://ec2.custom.endpoint.com`.
|
||||
|
||||
- `device_path` (string) - The path to the device where the root volume of the
|
||||
source AMI will be attached. This defaults to "" (empty string), which
|
||||
|
|
|
@ -143,9 +143,9 @@ builder.
|
|||
- `availability_zone` (string) - Destination availability zone to launch
|
||||
instance in. Leave this empty to allow Amazon to auto-assign.
|
||||
|
||||
- `custom_endpoint_ec2` (string) - this option is useful if you use
|
||||
another cloud provider that provide a compatible API with aws EC2,
|
||||
specify another endpoint like this "<https://ec2.another.endpoint>..com"
|
||||
- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud
|
||||
provider whose API is compatible with aws EC2. Specify another endpoint
|
||||
like this `https://ec2.custom.endpoint.com`.
|
||||
|
||||
- `disable_stop_instance` (boolean) - Packer normally stops the build instance
|
||||
after all provisioners have run. For Windows instances, it is sometimes
|
||||
|
|
|
@ -136,9 +136,9 @@ builder.
|
|||
- `availability_zone` (string) - Destination availability zone to launch
|
||||
instance in. Leave this empty to allow Amazon to auto-assign.
|
||||
|
||||
- `custom_endpoint_ec2` (string) - this option is useful if you use
|
||||
another cloud provider that provide a compatible API with aws EC2,
|
||||
specify another endpoint like this "<https://ec2.another.endpoint>..com"
|
||||
- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud
|
||||
provider whose API is compatible with aws EC2. Specify another endpoint
|
||||
like this `https://ec2.custom.endpoint.com`.
|
||||
|
||||
- `disable_stop_instance` (boolean) - Packer normally stops the build instance
|
||||
after all provisioners have run. For Windows instances, it is sometimes
|
||||
|
|
|
@ -96,9 +96,9 @@ builder.
|
|||
- `availability_zone` (string) - Destination availability zone to launch
|
||||
instance in. Leave this empty to allow Amazon to auto-assign.
|
||||
|
||||
- `custom_endpoint_ec2` (string) - this option is useful if you use
|
||||
another cloud provider that provide a compatible API with aws EC2,
|
||||
specify another endpoint like this "<https://ec2.another.endpoint>..com"
|
||||
- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud
|
||||
provider whose API is compatible with aws EC2. Specify another endpoint
|
||||
like this `https://ec2.custom.endpoint.com`.
|
||||
|
||||
- `ebs_optimized` (boolean) - Mark instance as [EBS
|
||||
Optimized](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html).
|
||||
|
|
|
@ -181,9 +181,9 @@ builder.
|
|||
- `bundle_vol_command` (string) - The command to use to bundle the volume. See
|
||||
the "custom bundle commands" section below for more information.
|
||||
|
||||
- `custom_endpoint_ec2` (string) - this option is useful if you use
|
||||
another cloud provider that provide a compatible API with aws EC2,
|
||||
specify another endpoint like this "<https://ec2.another.endpoint>..com"
|
||||
- `custom_endpoint_ec2` (string) - This option is useful if you use a cloud
|
||||
provider whose API is compatible with aws EC2. Specify another endpoint
|
||||
like this `https://ec2.custom.endpoint.com`.
|
||||
|
||||
- `ebs_optimized` (boolean) - Mark instance as [EBS
|
||||
Optimized](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html).
|
||||
|
|
Loading…
Reference in New Issue