# HG changeset patch # User Franz Glasner # Date 1708354707 -3600 # Node ID 538a579cf6fe4a88c97ac274a3ab06be8b27b250 # Parent a90273abc8a4d34bf43e68e554063e4ca9dff849 Drop a note to use the new endpoint URL for the availability-zone diff -r a90273abc8a4 -r 538a579cf6fe configmix/extras/aws.py --- 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