I have a GOOGLE_APPLICATION_CREDENTIALS json file for access to my bigquery.
Locally I set export GOOGLE_APPLICATION_CREDENTIALS=<path-to-file>.json
and all works fine.
What about my server on AWS?
I use docker and ECS with Task Definition and all of my other env variables is setup when I create/update Task definition, but I cant store this json file there.
So ho can I access path to my GOOGLE_APPLICATION_CREDENTIALS json file on my server envs, where I should store it?