diff configmix/extras/aws.py @ 767:538a579cf6fe

Drop a note to use the new endpoint URL for the availability-zone
author Franz Glasner <f.glasner@feldmann-mg.com>
date Mon, 19 Feb 2024 15:58:27 +0100
parents a90273abc8a4
children 665cc514a0cc
line wrap: on
line diff
--- a/configmix/extras/aws.py	Mon Feb 19 15:49:58 2024 +0100
+++ b/configmix/extras/aws.py	Mon Feb 19 15:58:27 2024 +0100
@@ -35,6 +35,7 @@
 #
 URL_META_INSTANCEID = "http://169.254.169.254/latest/meta-data/instance-id"
 URL_META_REGION = "http://169.254.169.254/latest/meta-data/placement/region"
+# XXX FIXME: Use placement/availability-zone instead???
 URL_META_AVAILABILITY_ZONE = "http://169.254.169.254/latest/meta-data/availability-zone"
 URL_DYN_INSTANCE_IDENTITY_DOC = "http://169.254.169.254/latest/dynamic/instance-identity/document"
 TIMEOUT = 2