You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i have a tag for an instance like "mySuperAwesomeTag" using aws-name-server only lookups for "mysuperawesometag" will return results . whereas in the https://tools.ietf.org/html/rfc4343 sez to make things "case insensitive" . probably easy enough to.lower() everything then do a match .
--timball
The text was updated successfully, but these errors were encountered:
if i have a tag for an instance like "mySuperAwesomeTag" using aws-name-server only lookups for "mysuperawesometag" will return results . whereas in the https://tools.ietf.org/html/rfc4343 sez to make things "case insensitive" . probably easy enough to.lower() everything then do a match .
--timball
The text was updated successfully, but these errors were encountered: