X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/90209af8fa35bc99c9821db0c815404d1234ef31..e5de95c8d7040a2810238e069dd18403765ce056:/doc/install/install-nodemanager.html.textile.liquid diff --git a/doc/install/install-nodemanager.html.textile.liquid b/doc/install/install-nodemanager.html.textile.liquid index 0cad10c5a9..09c6b5cb1b 100644 --- a/doc/install/install-nodemanager.html.textile.liquid +++ b/doc/install/install-nodemanager.html.textile.liquid @@ -3,6 +3,11 @@ layout: default navsection: installguide title: Install Node Manager ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} Arvados Node Manager provides elastic computing for Arvados and SLURM by creating and destroying virtual machines on demand. Node Manager currently supports Amazon Web Services (AWS), Google Cloud Platform (GCP) and Microsoft Azure. @@ -194,6 +199,11 @@ subnet_id = idstring # compute node. security_groups = idstring1, idstring2 +# Apply an Instance Profile ARN to the newly created compute nodes +# For more info, see: +# https://aws.amazon.com/premiumsupport/knowledge-center/iam-policy-restrict-vpc/ +# ex_iamprofile = arn:aws:iam::ACCOUNTNUMBER:instance-profile/ROLENAME + # You can define any number of Size sections to list EC2 sizes you're # willing to use. The Node Manager should boot the cheapest size(s) that