From fe08ac60dffd1156326a67bc2117e6b5244c25b7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 1 Jul 2013 15:24:36 -0700 Subject: [PATCH] website: update website with new AWS env vars --- website/source/docs/builders/amazon-ebs.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index ea13690a4..75495784f 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -37,6 +37,8 @@ each category, the available configuration keys are alphabetized. Required: * `access_key` (string) - The access key used to communicate with AWS. + If not specified, Packer will attempt to read this from environmental + variables `AWS_ACCESS_KEY_ID` or `AWS_ACCESS_KEY` (in that order). * `ami_name` (string) - The name of the resulting AMI that will appear when managing AMIs in the AWS console or via APIs. This must be unique. @@ -50,6 +52,8 @@ Required: to launch the EC2 instance to create the AMI. * `secret_key` (string) - The secret key used to communicate with AWS. + If not specified, Packer will attempt to read this from environmental + variables `AWS_SECRET_ACCESS_KEY` or `AWS_SECRET_KEY` (in that order). * `source_ami` (string) - The initial AMI used as a base for the newly created machine.