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
When I hybrid activate an on-premise Windows Server VM to SSM which has multiple network adaptors attached, SSM can only get the first adaptor's IP address whoes ifIndex property is the smallest and show it in the "General" panel. For example:
When I hybrid activate an on-premise Windows Server VM to SSM which has multiple network adaptors attached, SSM can only get the first adaptor's IP address whoes
ifIndex
property is the smallest and show it in the "General" panel. For example:I've been reviewed the https://github.com/aws/amazon-ssm-agent/blob/mainline/agent/platform/platform.go it turns out this behavior is by design according to the function
IP()
line 92 sort the interfaces by index:Please consider add the support to customize the IP address sending to SSM when there're multiple network adaptors.
Thanks!
The text was updated successfully, but these errors were encountered: