2 回答
- 最新
- 投票最多
- 评论最多
4
AWS_REGION environment variable is available to you, but you need to tell docker to pass it through. Add -e AWS_REGION to the docker command to pass through that environment variable.
Cheers,
Michael
0
I have never used greengrass but a couple of ideas:-
Using this method in ECS, you are able ot obtain the AZ at least https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-metadata.html
thanks ! not sure how to apply it to inside a greengrass component yet.. still looking

thank you !! that works