When building compute node images on AWS, default to gp3 for the root
authorWard Vandewege <ward@curii.com>
Thu, 17 Mar 2022 17:59:32 +0000 (13:59 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 17 Mar 2022 18:01:14 +0000 (14:01 -0400)
filesystem, and use an m5.large by default instead of m4.large.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

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

index 131aa8a8786375543202294df52f8f80a52cfcdd..94cb24adf9d46835fb0be3012352c72bba102459 100644 (file)
@@ -25,7 +25,7 @@
     "region": "{{user `aws_default_region`}}",
     "ena_support": "true",
     "source_ami": "{{user `aws_source_ami`}}",
-    "instance_type": "m4.large",
+    "instance_type": "m5.large",
     "vpc_id": "{{user `vpc_id`}}",
     "subnet_id": "{{user `subnet_id`}}",
     "associate_public_ip_address": "{{user `associate_public_ip_address`}}",
@@ -34,7 +34,7 @@
     "launch_block_device_mappings": [{
       "device_name": "/dev/xvda",
       "volume_size": 20,
-      "volume_type": "gp2",
+      "volume_type": "gp3",
       "delete_on_termination": true
     }],
     "ami_block_device_mappings": [