I have setup a standard web application server in AWS using a bitnami Apache-Tomcat AMI. The instance is running in a public subnet with all Outbound traffic open but only allowing traffic inbound through port 22 (only from my IP) and ports 80 & 443 from the Load Balancer.
I have been recently hit with a massive data charge because somehow the instance has transferred (outbound) in excess of 14TB over the last couple of weeks. I shut the server down 2 days ago and just fired it up and am looking around for any logs of any description that might show me what was happening. (The basic AWS reporting is useless). I have only just installed IPTraf so I can at least monitor network traffic (all is quiet) and have also setup some Cloud Watch alarms to make sure it doesn't happen again.
Any ideas where I might be able to look for evidence of what was causing the massive transfer of data outbound and where to?
Cheers