X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8be16cfc7e163cc96995be891e53050febfb1fca..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 722685bf36..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. @@ -48,7 +53,7 @@ h3(#aws). Amazon Web Services # EC2 configuration for Arvados Node Manager. # All times are in seconds unless specified otherwise. -[Management] +[Manage] # The management server responds to http://addr:port/status.json with # a snapshot of internal state. @@ -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 @@ -223,7 +233,7 @@ h3(#gcp). Google Cloud Platform # Google Compute Engine configuration for Arvados Node Manager. # All times are in seconds unless specified otherwise. -[Management] +[Manage] # The management server responds to http://addr:port/status.json with # a snapshot of internal state. @@ -400,7 +410,7 @@ h3(#azure). Microsoft Azure # Azure configuration for Arvados Node Manager. # All times are in seconds unless specified otherwise. -[Management] +[Manage] # The management server responds to http://addr:port/status.json with # a snapshot of internal state.