Merge pull request #4466 from pkandathil/patch-1

Update build-image.html.md
This commit is contained in:
Matthew Hooker 2017-01-26 16:16:56 -08:00 committed by GitHub
commit c7b1fdd23c
1 changed files with 2 additions and 2 deletions

View File

@ -164,10 +164,10 @@ 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
can happen if you created your 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.
information. Specify a `vpc_id` and you will need to specify a `subnet_id`.
## Managing the Image