Thanks to everyone who attended last week’s webinar on MySQL security; hopefully you’ve all gone out and set SELinux to enforcing mode if you weren’t already running that way. If you weren’t able to attend, the recording and slides are available for viewing/download. But now, without further ado, here are the questions which we didn’t have time to cover during the presentation.
Q: Do you have a favorite software firewall you recommend
that I can run on an EC2 instance in front of my MySQL
server?
A: I’d probably just do this with iptables. Any of the other
Linux-based software firewall packages are all going to be
wrappers around iptables anyway. However, if …