@@ -364,11 +364,12 @@ but Amazon's prorated billing uses a minimum duration of one month.
364364
365365### Disk space for your jobs
366366
367- _ The following applies to Batch compute environments using Amazon Linux 2 (AL2)
368- [ ECS-optimized AMIs] [ ] , which is the default for new compute environments. If
369- you're using older compute environments with Amazon Linux 1 (AL1) AMIs, either
370- upgrade or see previous versions of this document. If you're using custom
371- AMIs, you can probably find your own way._
367+ _ The following applies to Batch compute environments using Amazon Linux 2023
368+ (AL2023) [ ECS-optimized AMIs] [ ] , which is the default for new compute
369+ environments. If you're using older compute environments with Amazon Linux 2
370+ (AL2) or Amazon Linux 1 (AL1) AMIs, either upgrade or see previous versions of
371+ this document. If you're using custom AMIs, you can probably find your own
372+ way._
372373
373374By default, your Batch jobs will have access to ~ 28 GiB of shared space. This
374375is enough for many Nextstrain builds, but the [ SARS-CoV-2 build] [ ] is the
@@ -395,8 +396,8 @@ AWS Console, although you can also do it on the command-line.
395396Give your launch template any name.
396397
397398Under the "Storage" section, add a new volume with EBS storage type. Specify a
398- custom device device name of ` /dev/xvda ` , a volume size you want (e.g. 200 GiB),
399- and a volume type of ` gp3 ` . Make sure that the volume is marked for deletion on
399+ custom device name of ` /dev/xvda ` , a volume size you want (e.g. 200 GiB), and a
400+ volume type of ` gp3 ` . Make sure that the volume is marked for deletion on
400401termination, or you'll end up paying for old volumes indefinitely! This sets
401402the size of the shared volume available to all containers on a single EC2
402403instance.
@@ -453,7 +454,7 @@ following user data blob to your launch template to configure them:
453454 "$0" init
454455 fi
455456
456- yum install -y nvme-cli jq lvm2
457+ dnf install -y nvme-cli jq lvm2
457458
458459 declare -a instance_devices ebs_devices
459460
0 commit comments