Some random tips you would like to know about AWS EC2
I have been writing posts about AWS. And after so long again I am writing yet another post which is a compilation of tips and tricks you would love to do to secure your EC2 instance. Securing and EC2 instance is much more similar like any other operating systems. Here I am writing about some tips I recently did on one of a Linux EC2 instance.
Here are gist snippet tips that you can use to secure your Linux Server.
Install mod security module
SSH configuration to enable keys for some users and passwords for some users
Disable mysql history
Installing mod_evasive for DOS attack prevention
Here are gist snippet tips that you can use to secure your Linux Server.
Install mod security module
SSH configuration to enable keys for some users and passwords for some users
Disable mysql history
Installing mod_evasive for DOS attack prevention
yum install httpd-devel wget wget http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz tar -xzf mod_evasive_1.10.1.tar.gz cd mod_evasive apxs -cia mod_evasive20.c
Comments
Post a Comment