CloudTrail event too large

0

I sending CloudTrail API event for event source ec2 to CW Events. Following is the Event Pattern configured in EventBridge

{
  "detail": {
    "eventName": ["RunInstances"]
    "eventSource": ["ec2.amazonaws.com"]
  },
  "detail-type": ["AWS API Call via CloudTrail"]
  "source": ["aws.ec2"]
}

I am not getting complete event but the following message

  {
      "omitted": true, 
      "originalSize": 109435, 
      "reason": "responseElements too large"
  }

If I check Quotas in CloudTrail user guide, it is mentioned that events can have a max size of 256 KB. The original size mentioned above is less than that, could anyone help me with understanding why I am not getting the complete event?

Thanks!

1개 답변
0
수락된 답변
전문가
답변함 2년 전
  • Thanks for pointing it out. Is it possible to raise this limit for an account?

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

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

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

관련 콘텐츠