An organization uses AWS Config to track resource changes. They notice that a particular S3 bucket policy was deleted, but the Config rule 's3-bucket-policy-grantee-check' did not trigger a remediation. What is the most likely reason?
If the bucket was recreated, the deletion might not trigger an evaluation if the bucket was not tracked.
Why this answer
Option C is correct because AWS Config evaluates rules only when a configuration change occurs. If the bucket was deleted and recreated, the deletion of the policy may not have been recorded as a change if the bucket itself was recreated without a policy. Option A is wrong because Config supports bucket policies.
Option B is wrong because evaluation frequency does not affect triggered evaluations. Option D is wrong because S3 bucket policy changes are supported.