aws / amazon-ssm-agent

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).
https://aws.amazon.com/systems-manager/
Apache License 2.0
1.06k stars 326 forks source link

Can I config the agent to use AWS service dual stack endpoints ? #545

Closed swimablefish closed 1 year ago

swimablefish commented 1 year ago

Hi,

I want to use IPv6 public ip address and I use this method to ssh the instances with IPv4 before.

However, this method doesn't work after I change to use IPv6.

I think if I can make the agent to use the dual stack endpoints for ec2messages, ssmmessages, ssm services, then I can make it work.

swimablefish commented 1 year ago

Found the SSM endpoint doesn't support IPv6. Close it.