SecretManager | List secrets on ap-northeast-1
: connect ETIMEDOUT/ENETUNREACH
#6708
Open
3 of 4 tasks
Labels
Checkboxes for prior research
Describe the bug
I have written a tool trying to resolve existing Terraform resource.
Everything is working fine with many services (Secret Manager, Security Group, EventBridge) and two regions (
eu-central-1
andap-northeast-1
) but listing secrets onap-northeast-1
.It results in:
Tried with AWS CLI I have no issue:
AWS_REGION=ap-northeast-1 aws secretsmanager list-secrets --filters 'Key=name,Values=...'
Regression Issue
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.10.0
Reproduction Steps
Observed Behavior
Error:
Expected Behavior
Valid HTTP response
Possible Solution
N/A
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: