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!
gpnisha
asked 17 days ago1 views
1 Answers
0
Accepted Answer
Seems that responseElements has a maximum size of 100 KB - see https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.html
skinsman
answered 17 days ago
Relevant questions
How to know if a CloudTrail event is a Management Event or Data Event?
Accepted Answertasnimeasked a month agoEventBridge input transformation between salesforce event to target API?
AWS-User-2410315asked a month agoCloudwatch event rule triggered by AWS ECR event
teamfighterasked 3 years agoCloud Watch Event Integration With Third Party Tool
Accepted AnswerSKasked 3 months agoCloudWatch Rule for ECR "PutImage" event not triggering CodePipeline
rosarifjasked 2 years agoCan't find the console login event history in ClouldTrail
Accepted AnswerAWS-User-9164478asked 5 months agoNot all DMS events are coming through with Event Bridge
Jeff Palmieroasked 4 months agoCloudTrail event too large
Accepted Answergpnishaasked 17 days agoHow can I get resources referenced in an event in cloudTrailEvent?
AWS-User-1972531asked 3 months agoDMS events not triggering Event Bridge Rule
Jeff Palmieroasked 4 months ago
Thanks for pointing it out. Is it possible to raise this limit for an account?