How to get rid of InvokeEndpoint logs in CloudWatch?

0

I have millions of logs in CloudWatch of the following type:

"POST /invocations HTTP/1.1" 200 5 "-" "AHC/2.0"

I am assuming these logs are generated when InvokeEndpoint is called for a particular Sagemaker Container. Is there a way how can I prevent these logs from reaching my CloudWatch log group ?

I followed a similar discussion here : https://github.com/aws/sagemaker-pytorch-inference-toolkit/issues/83, but didn't find the correct solution.

Any tips/pointers would be highly appreciated. Thank you.

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions