From 6b2d73c042d92dc563c2122fad4896116c6f1cc2 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Sun, 26 Feb 2017 17:54:30 -0800 Subject: [PATCH] ebs surrogate does not support ebs encryption --- website/source/docs/builders/amazon-ebssurrogate.html.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/source/docs/builders/amazon-ebssurrogate.html.md b/website/source/docs/builders/amazon-ebssurrogate.html.md index 6dae386a8..beb676071 100644 --- a/website/source/docs/builders/amazon-ebssurrogate.html.md +++ b/website/source/docs/builders/amazon-ebssurrogate.html.md @@ -163,14 +163,6 @@ builder. - `force_delete_snapshot` (boolean) - Force Packer to delete snapshots associated with AMIs, which have been deregistered by `force_deregister`. Default `false`. -- `encrypt_boot` (boolean) - Instruct packer to automatically create a copy of the - AMI with an encrypted boot volume (discarding the initial unencrypted AMI in the - process). Default `false`. - -- `kms_key_id` (string) - The ID of the KMS key to use for boot volume encryption. - This only applies to the main `region`, other regions where the AMI will be copied - will be encrypted by the default EBS KMS key. - - `iam_instance_profile` (string) - The name of an [IAM instance profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html) to launch the EC2 instance with.