Export of AWS creds for users who skipped over the GNU/Linux example

pull/5457/head
DanHam 9 years ago
parent 10af3770c7
commit e1d88ffaab

@ -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:

Loading…
Cancel
Save