From fdfa24a948c1a2adb82f9626aa0a61125545d6aa Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Mon, 4 Sep 2017 12:43:58 -0300 Subject: [PATCH] 12212: Adding configuration example for apllying instance profiles to created computed nodes. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- services/nodemanager/doc/ec2.example.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/nodemanager/doc/ec2.example.cfg b/services/nodemanager/doc/ec2.example.cfg index e52e927290..a1fa2dc32c 100644 --- a/services/nodemanager/doc/ec2.example.cfg +++ b/services/nodemanager/doc/ec2.example.cfg @@ -153,6 +153,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 -- 2.30.2