I am trying to run a batch job that worked just fine last week and now for some reason everytime I run it I get the following error:
[Errno 30] Read-only file system: '/root/.aws/credentials'
The error is produced after running the following command
echo -e "${ACCESS_KEY_ID}\n${SECRET_ACCESS_KEY}\n${REGION}\n\n" | aws configure
I have no idea what to do about this. Using the exact same image locally with docker I don't run into this problem and the same exact image last week wasn't having any issues.
Any ideas?