amazon-linux-cis
amazon-linux-cis copied to clipboard
The script is breaking ARM instances so they will not boot
The bit in the script that checks the fstab seems to be incompatible with ARM instances. It seems to be removing a mount point necessary for booting ARM instances.
There is also a problem in the disable_unused_filesystems script that disables mounting vfat which is needed for the ARM efi filesystem.
@jwwerpy Thanks for reporting this. I guess thorough check would be needed since the CIS benchmark itself was not created with ARM instances in mind... :/