Is it possible to deploy .ebextensions to Multi-Docker Elastic Beanstalk?
I use a Dockerrun.aws.json file to upload my App and everything works fine. I want to setup logs to stream to Cloudwatch. I should do that using .ebextensions. However, I don't know how to attach .ebextensions if I upload in web browser (AWS console) just only Dockerrun.aws.json (not .zip or .war).
- How can I deploy also .ebxetensions to Multi Docker Elastic Beanstalk?
- ... or is it any other way to setup what logs should be streamed to Cloudwatch Logs?