X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2e67ef8795236b6b4bc070b80afd84513185ed53..a8bc74ecfc98e4b3ba590a354fa436a6bc4f8821:/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls index 2e85be7905..f41b6ac5b3 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls @@ -127,11 +127,12 @@ arvados: Driver: ec2 DriverParameters: Region: FIXME - EBSVolumeType: gp2 + EBSVolumeType: gp3 AdminUsername: FIXME ### This SG should allow SSH from the dispatcher to the compute nodes SecurityGroupIDs: ['sg-FIXMEFIXMEFIXMEFI'] SubnetID: subnet-FIXMEFIXMEFIXMEFI + IAMInstanceProfile: __CLUSTER__-keepstore-00-iam-role DispatchPrivateKey: | -----BEGIN OPENSSH PRIVATE KEY----- Read https://doc.arvados.org/install/crunch2-cloud/install-compute-node.html#sshkeypair @@ -148,16 +149,10 @@ arvados: Replication: 2 Driver: S3 DriverParameters: + UseAWSS3v2Driver: true Bucket: __CLUSTER__-nyw5e-000000000000000-volume IAMRole: __CLUSTER__-keepstore-00-iam-role Region: FIXME - __CLUSTER__-nyw5e-0000000000000001: - Replication: 2 - Driver: S3 - DriverParameters: - Bucket: __CLUSTER__-nyw5e-000000000000001-volume - IAMRole: __CLUSTER__-keepstore-01-iam-role - Region: FIXME Users: NewUsersAreActive: true