18772: add support for the AWS EBS autoscale script to the compute node
[arvados.git] / lib / config / config.default.yml
index 17bba5410bb4f31efceb8b1b6ed74eb372d183b8..7f191eb118525d8c7637243d0841e9c48b1ae0cb 100644 (file)
@@ -294,9 +294,7 @@ Clusters:
       NewInactiveUserNotificationRecipients: {}
 
       # Set AnonymousUserToken to enable anonymous user access. Populate this
-      # field with a long random string. Then run "bundle exec
-      # ./script/get_anonymous_user_token.rb" in the directory where your API
-      # server is running to record the token in the database.
+      # field with a random string at least 50 characters long.
       AnonymousUserToken: ""
 
       # If a new user has an alternate email address (local@domain)
@@ -1271,6 +1269,9 @@ Clusters:
           Region: ""
           EBSVolumeType: gp2
           AdminUsername: debian
+          # (ec2) name of the IamInstanceProfile for instances started by
+          # the cloud dispatcher. Leave blank when not needed.
+          IamInstanceProfile: ""
 
           # (azure) Credentials.
           SubscriptionID: ""