I have an AWS worker tier environment and I want to change file permissions so i can write logs to file. I have tried doing this in eb extensions .config file but cannot get it to work.
If the command is run (sudo chmod 777 /path/to/file.rb) under the 'commmands:' then its executed before the env is built and does not work.
If its under 'container_commands:' then it also does not work.
I cannot find any guidance on how to do this in the AWS docs (it may of course be there)
Help much appreciated.