Question 112:
An engineering firm uses many Amazon S3 buckets to save all project-related documents that should be accessible only by internal teams. The Operations team uses AWS Config to scan all S3 buckets to check public access & mark them as non-compliant. Security Lead is looking for remediation action for all non-compliant Amazon S3 buckets immediately with the most effective & cost-efficient way. Which actions can be taken to remediate public access?
Answer options:
A.Use cron jobs to disable public read access from non-compliant Amazon S3 bucket. B.Use Amazon System manager runbook to disable public read access from non-compliant Amazon S3 bucket. C.Manually block public access for non-compliant Amazon S3 bucket. D.Create a custom Lambda function to disable public read access from non-compliant Amazon S3 bucket.