We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c82716b + 71ef770 commit 347d030Copy full SHA for 347d030
modules/bash-commons/src/aws.sh
@@ -2,6 +2,9 @@
2
# A collection of thin wrappers for direct calls to the AWS CLI and EC2 metadata API. These wrappers exist so that
3
# (a) it's more convenient to fetch specific info you need, such as an EC2 Instance's private IP and (b) so you can
4
# replace these helpers with mocks to do local testing or unit testing.
5
+#
6
+# See also: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html for info
7
+# on the metadata endpoint at 169.254.169.254.
8
9
# shellcheck source=./modules/bash-commons/src/assert.sh
10
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/assert.sh"
0 commit comments