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
The method ec2.DescribeInstances timeout in ipv6 only environment.
Description
In a private VPC with multiple EC2's running in IPV6 only(no ipv4 addresses) environment. The EC2s detect each other by calling the method ec2.DescribeInstances of this SDK. The code is failing with i/o timeout error.
Note: All EC2s are granted with following permission
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Problem
The method
ec2.DescribeInstances
timeout inipv6 only
environment.Description
In a private VPC with multiple EC2's running in IPV6 only(no ipv4 addresses) environment. The EC2s detect each other by calling the method
ec2.DescribeInstances
of this SDK. The code is failing with i/o timeout error.Note: All EC2s are granted with following permission
Regression Issue
Expected Behavior
Check the primary issue.
Current Behavior
Check the primary issue.
Reproduction Steps
Check the primary issue.
Possible Solution
Backport the fix for the issue.
Additional Information/Context
No response
SDK version used
1.55.5
Environment details (Version of Go (
go version
)? OS name and version, etc.)Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered: