2 Antworten
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 3 Jahren
- AWS OFFICIALAktualisiert vor 6 Monaten
- AWS OFFICIALAktualisiert vor 8 Monaten

thank you !! that works