Would it be possible to do an ECS container that has httpd
and php-fpm
running side-by-side inside a single image, managed by supervisord, then have 5 cloudwatch logs:
- supervisord logs
- php-fpm error log
- php-fpm access log
- httpd error log
- httpd access log
Or do I need to separate them into different containers and/or images?