Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/extras/aws.py @ 284:4aaf74858d07
Some links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws moduleSome links to AWS docu into the aws module
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 07 Dec 2020 01:59:11 +0100 |
| parents | 503768f91a05 |
| children | eed16a1ec8f3 |
line wrap: on
line diff
--- a/configmix/extras/aws.py Mon Dec 07 01:51:24 2020 +0100 +++ b/configmix/extras/aws.py Mon Dec 07 01:59:11 2020 +0100 @@ -3,7 +3,11 @@ # :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. # :- -"""AWS namespace implementation +"""AWS namespace implementation. + +.. see:: - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html + - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html + - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-identity-documents.html """
