amazon-linux-cis
                                
                                
                                
                                    amazon-linux-cis copied to clipboard
                            
                            
                            
                        Bootstrap script for Amazon Linux to comply CIS Amazon Linux Benchmark v2.0.0
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.
Using Amazon Linux 2 container: Dockerfile: `FROM amazonlinux:latest` Running: `python ./amazon-linux-cis --disable-mount-options --disable-iptables` Returns errors if the following packages aren't installed: - crontabs - update-motd If I install these packages...
Hi Nozaq, I am trying to harden the amazon linux2 with the bash script you have provided, but the amazon linux is not hardened and the script is also not...
First of all congratulations on this great project, it is wonderful. The last line added in the files has problems with the line break, I have tested the project with...
This mini utility to change elements of Amazon Linux is perfect for Packer bootstrapping to create a custom AMI without configuration management tools. Although there are some major changes in...