0

I'm trying to set the GOOGLE_APPLICATION_CREDENTIALS environment variable in MWAA to authenticate Google Cloud, but I can't figure out how.

In GCP Composer I can just use the console and add an environment variable, is there nothing like that in AWS MWAA?

Thanks in advance

pshaw20
  • 103
  • 2
  • 7

1 Answers1

1

You could use a custom environment variable like in the docs

Or you store google cloud creds in the connection manager.

Simon P
  • 316
  • 1
  • 6