I have 4 instances of ec2 (running Amazon Linux AMI) and i'am using an elastic beanstalk to deploy my Java application for Tomcat.
I would like to know if apache mod_security can be installed using .ebextensions?
ps: I know how to set mod_security and configure the line if I need to do this manually. Since I am not very familiar with ebextensions, I would like to know first, is this possible?
ps2: I would like to set mod_security to protect against a simple DOS attack Thank you!
source
share