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
Can you please let me know how to log executions in multi-account?
I am executing from a central account in a aws organization with following options:-
c7n-org run -c accounts.yml -u policy/terminate_pending_state_ec2_new.yml -s s3://xxx-cloudcustodian/CloudCustodianLogs/
This is creating a file in s3 but the actual Lambdas from the resource accounts are not writing to S3.
Following are the content:-
accounts.yml
Given for example this policy:
and deploying it via c7n-org with e.g. this accounts.yaml:
will actually deploy the lambda function but also reports:
The resource count seems unexpected, since no policy is actually being executed, but a lambda is being deployed.
The text was updated successfully, but these errors were encountered: