|
|
|
|
@ -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
|
|
|
|
|
|