Lookup API's Request-Response time is too high for region us-east-1

0

As I am trying to fetch the audit events of the last 90 days through the Lookup API of CloudTrail with java SDK V2.
Currently, I am fetching the audit events for 2 regions: ap-south-1 and us-east-1
I have analyzed and collected some statistics as mentioned below:

Note : RRT : Request-Response Time of Lookup API

    ap-south-1 : 
        RRT (For 1.5 hours):
            Avarage : 209  ms  : ~ 0.2 sec  
            Highest : 7575 ms  : ~ 7.5 sec

    us-east-1 : 
        RRT (For 4.5 hours):
            Avarage : 3893 ms  : ~ 4 sec
            Highest : 35073 ms : ~ 35 sec

Graph Of RRT (in millisecond) vs Time (HH:MM:SS) Enter image description here

Important :
The rate of lookup requests is limited to two per second, per account, per region. If this limit is exceeded, a throttling error occurs.

Reference Link : https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html

As per the rule of Lookup API, I should get the response within 500 ms but I am getting responses for region us-east-1 in an average of 4 sec.
It is too high time to get a single response.
I think this issue is from the AWS side.
Please provide if any solution is available.

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

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

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

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

관련 콘텐츠