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

This commit is contained in:
DanHam 2017-10-13 23:48:39 +01:00
parent 10af3770c7
commit e1d88ffaab
1 changed files with 8 additions and 0 deletions

View File

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