comparison 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
comparison
equal deleted inserted replaced
283:503768f91a05 284:4aaf74858d07
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # :- 2 # :-
3 # :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. 3 # :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved.
4 # :License: 3-clause BSD. See LICENSE.txt for details. 4 # :License: 3-clause BSD. See LICENSE.txt for details.
5 # :- 5 # :-
6 """AWS namespace implementation 6 """AWS namespace implementation.
7
8 .. see:: - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
9 - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
10 - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-identity-documents.html
7 11
8 """ 12 """
9 13
10 from __future__ import division, absolute_import, print_function 14 from __future__ import division, absolute_import, print_function
11 15