Added warning not to use instance builder with windows

pull/3570/merge
Chris Bednarski 10 years ago
parent 873760e69e
commit 97772d0dee

@ -25,13 +25,15 @@ AWS account. The builder will create temporary keypairs, security group rules,
etc. that provide it temporary access to the instance while the image is being etc. that provide it temporary access to the instance while the image is being
created. This simplifies configuration quite a bit. created. This simplifies configuration quite a bit.
The builder does *not* manage AMIs. Once it creates an AMI and stores it in your The builder does *not* manage AMIs. Once it creates an AMI and stores it in
account, it is up to you to use, delete, etc. the AMI. your account, it is up to you to use, delete, etc. the AMI.
-> **Note** This builder requires that the [Amazon EC2 AMI -> **Note:** This builder requires that the [Amazon EC2 AMI
Tools](https://aws.amazon.com/developertools/368) are installed onto the machine. Tools](https://aws.amazon.com/developertools/368) are installed onto the
This can be done within a provisioner, but must be done before the builder machine. This can be done within a provisioner, but must be done before the
finishes running. builder finishes running.
~> Instance builds are not supported for Windows. Use [`amazon-ebs`](amazon-ebs.html) instead.
## Configuration Reference ## Configuration Reference

Loading…
Cancel
Save