From e1d88ffaabda2fb2df3a4748f4326b41a3348964 Mon Sep 17 00:00:00 2001 From: DanHam Date: Fri, 13 Oct 2017 23:48:39 +0100 Subject: [PATCH] Export of AWS creds for users who skipped over the GNU/Linux example --- website/source/intro/getting-started/build-image.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/intro/getting-started/build-image.html.md b/website/source/intro/getting-started/build-image.html.md index bf8a70637..550dbefe7 100644 --- a/website/source/intro/getting-started/build-image.html.md +++ b/website/source/intro/getting-started/build-image.html.md @@ -450,6 +450,14 @@ windows in addition to the powershell and windows-restart provisioners: } ``` +Set your access key and id as environment variables, so we don't need to pass +them in through the command line: + +``` +export AWS_ACCESS_KEY_ID=MYACCESSKEYID +export AWS_SECRET_ACCESS_KEY=MYSECRETACCESSKEY +``` + Then `packer build firstrun.json` You should see output like this: