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: