I am using javascript v3 aws-sdk to communicate with AWS-API, but intermittent delay occurs in certain regions.

0

Hello, I am a developer working for an AWS Partner. I've been using javascript v3 aws-sdk to get information about customers' use of AWS services.

ex)  const ec2Client = new EC2Client({
                            region: ec2Region,
                            credentials: awsCredentials,
                            tls: false,
        })
        // EC2
        ec2Client.send(new DescribeInstancesCommand({}))

I'm experiencing intermittent communication delays when requesting a URL for the 'eu-west-1' region, which is the Ireland region among several regions.

The region making the AWS API request is Seoul, South Korea, and several services in other regions are communicating smoothly.

Communication delays to the 'eu-west-1' region are critical, as customers must periodically update their usage of multiple services.

Please help me troubleshoot the 'eu-west-1' region communication issue.

질문됨 2년 전74회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠