Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport the fix for the [issue](https://github.com/aws/aws-sdk-go-v2/issues/2952). #5339

Closed
1 task
srahul3 opened this issue Jan 13, 2025 · 1 comment
Closed
1 task

Comments

@srahul3
Copy link

srahul3 commented Jan 13, 2025

Describe the bug

Problem

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

"ec2:DescribeInstances",
 "ec2:DescribeTags",
 "autoscaling:DescribeAutoScalingGroups"

Regression Issue

  • Select this option if this issue appears to be a regression.

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

@srahul3 srahul3 added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jan 13, 2025
@lucix-aws lucix-aws removed bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jan 13, 2025
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants