I plan to set Instance profile credentials to allow the elastic beanstak + docker to read dynamoDB in the same region.
I am trying to add as few environment variables as possible.
I am wondering if it is possible to let the sdk to set the region according to it's EC2's region? or I do need a extra variable in the app and set it at deployment time?
Thanks for the guidance.