diff --git a/website/source/docs/builders/amazon-instance.html.markdown b/website/source/docs/builders/amazon-instance.html.markdown index fe3bf2402..58f57c034 100644 --- a/website/source/docs/builders/amazon-instance.html.markdown +++ b/website/source/docs/builders/amazon-instance.html.markdown @@ -190,6 +190,14 @@ sudo -n ec2-bundle-vol \ The available template variables should be self-explanatory based on the parameters they're used to satisfy the `ec2-bundle-vol` command. +
+ Warning! Some versions of ec2-bundle-vol silently +ignore all .pem and .gpg files during the bundling of the AMI, which can +cause problems on some systems, such as Ubuntu. You may want to +customize the bundle volume command to include those files (see the +--no-filter option of ec2-bundle-vol). +
+ ### Bundle Upload Command The default value for `bundle_upload_command` is shown below. It is split