From 74a577b2936180508a129aafd75b88489e6fd730 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 30 Oct 2020 12:40:17 -0400 Subject: [PATCH] create-amis: improve wording around the service name's IAM role Co-authored-by: Cole Helbling --- nixos/maintainers/scripts/ec2/create-amis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/maintainers/scripts/ec2/create-amis.sh b/nixos/maintainers/scripts/ec2/create-amis.sh index fdcaba4e2e7..ec2eb536679 100755 --- a/nixos/maintainers/scripts/ec2/create-amis.sh +++ b/nixos/maintainers/scripts/ec2/create-amis.sh @@ -6,8 +6,8 @@ # amazonImage attribute. Images are uploaded and # registered via a home region, and then copied to other regions. -# The home region requires an s3 bucket, and an IAM role named, by default, -# "vmimport" IAM role with access to the S3 bucket. The name can be +# The home region requires an s3 bucket, and an IAM role named "vmimport" +# (by default) with access to the S3 bucket. The name can be # configured with the "service_role_name" variable. Configuration of the # vmimport role is documented in # https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html