Skip to content

Commit

Permalink
update ec2 user data for al2023
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf committed Oct 26, 2023
1 parent becf161 commit 9238dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/compute-cf.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ Resources:
--==BOUNDARY==
Content-Type: text/cloud-boothook; charset="us-ascii"

#!/bin/bash
cloud-init-per instance mkfs_ssd mkfs.ext4 /dev/nvme1n1
cloud-init-per instance mount_ssd mount /dev/nvme1n1 /var/lib/docker
mount /dev/nvme1n1 /var/lib/docker

--==BOUNDARY==--

Expand Down

0 comments on commit 9238dcf

Please sign in to comment.