Merge pull request #4367 from mitchellh/uneedavpc

Uneedavpc
This commit is contained in:
Matthew Hooker 2017-01-05 12:58:55 -08:00 committed by GitHub
commit 196d9e6be1
1 changed files with 7 additions and 0 deletions

View File

@ -162,6 +162,13 @@ and it would work great.
try to launch the one in the example output above, you will get an error. If you
want to try to launch your AMI, get the ID from the Packer output.
-> **Note:** If you see a `VPCResourceNotSpecified` error, Packer might not be
able to determine the default VPC, which the `t2` instance types require. This
can happen if you created you AWS account before `2013-12-04`. You can either
change the `instance_type` to `m3.medium`, or specify a VPC. Please see
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/default-vpc.html for more
information.
## Managing the Image
Packer only builds images. It does not attempt to manage them in any way. After