18325: use a bigger root volume while building the AMI on AWS.
authorWard Vandewege <ward@curii.com>
Thu, 16 Dec 2021 19:46:36 +0000 (14:46 -0500)
committerWard Vandewege <ward@curii.com>
Thu, 16 Dec 2021 19:46:36 +0000 (14:46 -0500)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

tools/compute-images/arvados-images-aws.json

index 0865343dc49de7b1d602d1d35d0f35512977cc75..55fe3815ccb82d37407b87b5ccdd51a0a2b0a710 100644 (file)
     "associate_public_ip_address": "{{user `associate_public_ip_address`}}",
     "ssh_username": "{{user `ssh_user`}}",
     "ami_name": "arvados-{{user `arvados_cluster`}}-compute-{{isotime \"20060102150405\"}}",
+    "launch_block_device_mappings": [{
+      "device_name": "/dev/xvda",
+      "volume_size": 20,
+      "volume_type": "gp2",
+      "delete_on_termination": true
+    }],
     "ami_block_device_mappings": [
       {
         "device_name": "/dev/xvdb",