Added warning not to use instance builder with windows

This commit is contained in:
Chris Bednarski 2016-05-24 15:19:06 -07:00
parent 873760e69e
commit 97772d0dee
1 changed files with 8 additions and 6 deletions

View File

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