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 réponse
0
Réponse acceptée
EXPERT
répondu il y a 2 ans
  • Thanks for pointing it out. Is it possible to raise this limit for an account?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions