Enhanced Security Debian AMI with grsecurity for ec2 available on AWS
I have released AMI (Amazon Machine Images) with ESK kernel and system security enhancements to the AWSÂ community portal. AMI is based on Debian 7.5 bootstrap - minimal installation. Only additional packages installed are that required for kernel compilation. I will refer to it as ES-Debian for short name.
Here are highlights of the AMI:
name:Â debian-7.5-amd64-grsec-enhanced-security available in 2 regions: us-east-1 (ami-64dc300c) and eu-west-1 (ami-818747f6)
kernel: latest 3.2.58 ESK
special groups: untrusted, readproc, symlinkrestr
build script for getting and compiling new kernel and grsecurity patch (warning: dirty scripting), see in /usr/src/
sudo: only users in group admin can authenticate
some overall system tweaks for performance in sysctl.conf
It looks like this is only AMI available with grsecurity support. This seems to be perfect choice for anyone considered in security, especially developers writing code in languages like ruby. It prevents a whole range of zero-day exploits and together with TPE and RBAC enhances greatly security of your server.Â
Thanks goes to ProcessOne for hosting AMI.
Note: for TPE remember to add restricted user to group untrusted, for enabling RBAC read gradm guidelines.Â