docs/amazon: alpha sort fields
This commit is contained in:
parent
710010fbe0
commit
0479def3ae
|
@ -120,6 +120,10 @@ 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"
|
||||
|
||||
- `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
|
||||
forces Packer to find an open device automatically.
|
||||
|
@ -278,10 +282,6 @@ each category, the available configuration keys are alphabetized.
|
|||
`BuildRegion` variable is replaced with name of the region where this
|
||||
is built.
|
||||
|
||||
- `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"
|
||||
|
||||
## Basic Example
|
||||
|
||||
Here is a basic example. It is completely valid except for the access keys:
|
||||
|
|
|
@ -143,6 +143,10 @@ 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"
|
||||
|
||||
- `disable_stop_instance` (boolean) - Packer normally stops the build instance
|
||||
after all provisioners have run. For Windows instances, it is sometimes
|
||||
desirable to [run Sysprep](http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ami-create-standard.html)
|
||||
|
@ -334,10 +338,6 @@ builder.
|
|||
- `windows_password_timeout` (string) - The timeout for waiting for a Windows
|
||||
password for Windows instances. Defaults to 20 minutes. Example value: `10m`
|
||||
|
||||
- `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"
|
||||
|
||||
## Basic Example
|
||||
|
||||
Here is a basic example. You will need to provide access keys, and may need to
|
||||
|
|
|
@ -136,6 +136,10 @@ 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"
|
||||
|
||||
- `disable_stop_instance` (boolean) - Packer normally stops the build instance
|
||||
after all provisioners have run. For Windows instances, it is sometimes
|
||||
desirable to [run Sysprep](http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ami-create-standard.html)
|
||||
|
@ -326,10 +330,6 @@ builder.
|
|||
- `windows_password_timeout` (string) - The timeout for waiting for a Windows
|
||||
password for Windows instances. Defaults to 20 minutes. Example value: `10m`
|
||||
|
||||
- `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"
|
||||
|
||||
## Basic Example
|
||||
|
||||
```json
|
||||
|
|
|
@ -96,6 +96,10 @@ 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"
|
||||
|
||||
- `ebs_optimized` (boolean) - Mark instance as [EBS
|
||||
Optimized](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html).
|
||||
Default `false`.
|
||||
|
@ -226,10 +230,6 @@ builder.
|
|||
- `windows_password_timeout` (string) - The timeout for waiting for a Windows
|
||||
password for Windows instances. Defaults to 20 minutes. Example value: `10m`
|
||||
|
||||
- `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"
|
||||
|
||||
|
||||
## Basic Example
|
||||
|
||||
|
|
|
@ -181,6 +181,10 @@ 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"
|
||||
|
||||
- `ebs_optimized` (boolean) - Mark instance as [EBS
|
||||
Optimized](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html).
|
||||
Default `false`.
|
||||
|
@ -336,10 +340,6 @@ builder.
|
|||
- `windows_password_timeout` (string) - The timeout for waiting for a Windows
|
||||
password for Windows instances. Defaults to 20 minutes. Example value: `10m`
|
||||
|
||||
- `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"
|
||||
|
||||
## Basic Example
|
||||
|
||||
Here is a basic example. It is completely valid except for the access keys:
|
||||
|
|
Loading…
Reference in New Issue