install-aws-server: Link to run-instances documentation.

This commit is contained in:
Alex Vandiver 2022-01-12 21:30:33 +00:00 committed by Tim Abbott
parent 44b8321721
commit 7b95f38854
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ if [ "$EXISTING_RECORDS" != "0" ]; then
exit 1
fi
# https://docs.aws.amazon.com/cli/latest/reference/ec2/run-instances.html
# shellcheck disable=SC2206 # We intentionally split $SECURITY_GROUPS
EXTRA_ARGS+=(
--iam-instance-profile "Name=\"$IAM_PROFILE\""