From 4189979543ccca550a76f41adc1a00ee6a4cdf9e Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 13 Jun 2018 16:31:24 +0000 Subject: [PATCH 1/2] Update AMI ids for latest version --- site/ami.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/site/ami.md b/site/ami.md index 4b7fd19ab..2a39567fc 100644 --- a/site/ami.md +++ b/site/ami.md @@ -20,17 +20,17 @@ not remove it and respect the format! --> | Region | AMI | |----------------|--------------| -| us-east-1 | ami-cc6c71b7 | -| us-east-2 | ami-134a6876 | -| us-west-1 | ami-7c27101c | -| us-west-2 | ami-0c778074 | -| eu-west-1 | ami-e776b19e | -| eu-west-2 | ami-63acbc07 | -| eu-central-1 | ami-806dd9ef | -| ap-northeast-1 | ami-5777b031 | -| ap-southeast-1 | ami-21385142 | -| ap-southeast-2 | ami-52c32730 | -| ca-central-1 | ami-2efd444a | +| us-east-1 | ami-7b692804 | +| us-east-2 | ami-6a0b350f | +| us-west-1 | ami-a4db3fc7 | +| us-west-2 | ami-12c98a6a | +| eu-west-1 | ami-b3bab7ca | +| eu-west-2 | ami-47846a20 | +| eu-central-1 | ami-7f211294 | +| ap-northeast-1 | ami-2a8c4355 | +| ap-southeast-1 | ami-b00304cc | +| ap-southeast-2 | ami-c7c41ba5 | +| ca-central-1 | ami-41028125 | For more information about Weave AMIs and running them see: From ce170eb2933cc296af2b84af8c7ee963a8f29064 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 13 Jun 2018 17:00:16 +0000 Subject: [PATCH 2/2] 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: