CloudWatch Logs and Elastic Beanstalk
Like I said yesterday I've been working on an AWS Elastic Beanstalk project. It's one of my favourite environments for hosting PHP web apps.
I think I got everything set up now. Today I got
- Application logs published to CloudWatch Logs
- Anonymize http logs (remove client IP addresses)
- Send email alerts of logging errors from the application
Next Steps
Nest step is to install a TOR Hidden Service in front of the application. I've followed this guide in another project. It's a cool approach if you just want to offer an .onion url for your clear web application.