<div dir="ltr">Hi All,<div><br></div><div>For any of you who are considering modifying starcluster to use the c5 (or m5) instance types, I&#39;ll just highlight some caveats that are already out there in the vastness of AWS&#39;s info:</div><div><br></div><div>There are no SSD drives available in these instance types, in case you have been configuring them as extra storage (e.g., for localscratch or swap). Also, block devices are now presented as NVMe devices. I happen to have several EBS volumes in my /etc/fstab for my compute host AMIs, so cluster launch was hanging because the compute hosts were being brought up in emergency mode (which was viewable only after many minutes of waiting, thru the &quot;Get system log&quot; option in the AWS console).</div><div><br></div><div>The device name mapping is described somewhat vaguely <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html">here</a>.</div><div><br></div><div>The specifics fstab changes that worked for me: I updated /dev/sdb to /dev/nvme1n1, and /dev/sdc to /dev/nvme2n1. (You can edit your fstab on a c3 (or c4) imagehost per the above, and save the AMI.) Once you&#39;ve modified starcluster static.py to include the new instance types and reinstalled, your launch should succeed.</div><div><br></div><div>(Note also that your image must also be configured to support ENA, and your OS must also have ENA support enable, as described <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html">here</a>.)</div><div><br></div><div>Fyi,</div><div>Lyn</div><div><br></div><div><br></div><div><br></div></div>