Skip to content

Commit ff7cd17

Browse files
authored
Merge pull request #532: Update docs for new compute environment default image
2 parents 0d20368 + 6dac3a7 commit ff7cd17

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

doc/aws-batch.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

373374
By default, your Batch jobs will have access to ~28 GiB of shared space. This
374375
is 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.
395396
Give your launch template any name.
396397

397398
Under 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
400401
termination, or you'll end up paying for old volumes indefinitely! This sets
401402
the size of the shared volume available to all containers on a single EC2
402403
instance.
@@ -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

Comments
 (0)