You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What am I also seeing is that it looks like feedback loop. The forwarder requests secret, this is being logged into Cloudtrail. Cloudtrail is being ingested by forwarder, so this again causes to run another instance. Filtering out "getSecretValue" call on cloudwatch trigger solved the issue for me.
Steps to reproduce
use SSM in lambda config
set lambda to ingest cloudtrail w/o filtering on Getsecretvalue
watch invocation level go mad
The text was updated successfully, but these errors were encountered:
I am using AWS secrets manager with secretrs.
In the cloudtrail logs for the below query
I see 10k events for 20 minutes.
What am I also seeing is that it looks like feedback loop. The forwarder requests secret, this is being logged into Cloudtrail. Cloudtrail is being ingested by forwarder, so this again causes to run another instance. Filtering out "getSecretValue" call on cloudwatch trigger solved the issue for me.
Steps to reproduce
The text was updated successfully, but these errors were encountered: