From ce170eb2933cc296af2b84af8c7ee963a8f29064 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 13 Jun 2018 17:00:16 +0000 Subject: [PATCH] Add note about MFA credentials --- site/ami.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/ami.md b/site/ami.md index 2a39567fc..409670891 100644 --- a/site/ami.md +++ b/site/ami.md @@ -240,6 +240,9 @@ requirements. AWS_ACCSS_KEY_ID=XXXX AWS_SECRET_ACCESS_KEY=YYYY ./build-all-amis.sh ~~~ +(If your account has MFA enabled you should follow [this process](https://aws.amazon.com/premiumsupport/knowledge-center/authenticate-mfa-cli/) +and also set `AWS_SESSION_TOKEN`) + If building an AMI for a particular region, set the `ONLY_REGION` variable to that region when invoking the script: