Is there a way to check if the ECR repositories do not have configured life-cycle policies?
Currently, I have several repositories and would like to keep monitoring at each one of them if any are having life-cycle policies configured or not.
You can track your ECR repositories with AWS Config: https://ap-southeast-1.console.aws.amazon.com/config/home?region=ap-southeast-1#/rules
There is a rule named - ecr-private-lifecycle-policy-configured.
If there are any repositories without lifecycle config, the service will show you the list of non-compliant resources.