summary refs log tree commit diff
path: root/nixos/maintainers
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-10-30 12:40:17 -0400
committerGitHub <noreply@github.com>2020-10-30 12:40:17 -0400
commit74a577b2936180508a129aafd75b88489e6fd730 (patch)
tree34e01635f2df38add8c576adeedb983535553996 /nixos/maintainers
parent2bf1fc034502dd89f1026f8cf7bbdcf250d82550 (diff)
downloadnixpkgs-74a577b2936180508a129aafd75b88489e6fd730.tar
nixpkgs-74a577b2936180508a129aafd75b88489e6fd730.tar.gz
nixpkgs-74a577b2936180508a129aafd75b88489e6fd730.tar.bz2
nixpkgs-74a577b2936180508a129aafd75b88489e6fd730.tar.lz
nixpkgs-74a577b2936180508a129aafd75b88489e6fd730.tar.xz
nixpkgs-74a577b2936180508a129aafd75b88489e6fd730.tar.zst
nixpkgs-74a577b2936180508a129aafd75b88489e6fd730.zip
create-amis: improve wording around the service name's IAM role
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Diffstat (limited to 'nixos/maintainers')
-rwxr-xr-xnixos/maintainers/scripts/ec2/create-amis.sh4
1 files 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 @@
 # <nixos/release.nix> 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