2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
demandé il y a 10 mois
demandé il y a un an
demandé il y a 2 ans

thank you !! that works