nerdexam
AmazonAmazon

SCS-C03 · Question #76

SCS-C03 Question #76: Real Exam Question with Answer & Explanation

The correct answer is C: Enable PublicAccessBlock and deny s3:PutPublicAccessBlock by SCP.. Amazon S3 Block Public Access provides centralized controls to prevent public access through bucket policies and ACLs. AWS Certified Security - Specialty guidance recommends enabling Block Public Access to reduce accidental exposure and to enforce guardrails that override public

Submitted by klara.se· Mar 6, 2026

Question

A company has AWS accounts in an organization in AWS Organizations. An Amazon S3 bucket in one account is publicly accessible. A security engineer must remove public access and ensure the bucket cannot be made public again. Which solution will meet these requirements?

Options

  • AEnforce KMS encryption and deny s3:GetObject by SCP.
  • BEnable PublicAccessBlock and deny s3:GetObject by SCP.
  • CEnable PublicAccessBlock and deny s3:PutPublicAccessBlock by SCP.
  • DEnable Object Lock governance and deny s3:PutPublicAccessBlock by SCP.

Explanation

Amazon S3 Block Public Access provides centralized controls to prevent public access through bucket policies and ACLs. AWS Certified Security - Specialty guidance recommends enabling Block Public Access to reduce accidental exposure and to enforce guardrails that override public grants. Enabling Block Public Access on the bucket removes current public exposure when combined with correcting policies/ACLs and prevents future misconfiguration. To ensure the bucket cannot be made public again, the security engineer must prevent principals from disabling Block Public Access. An SCP that denies s3:PutPublicAccessBlock prevents changes that would remove or weaken the PublicAccessBlock configuration, enforcing the guardrail across the OU or account. Options A and D do not directly address public exposure control. Option B denies object reads but does not ensure public access cannot be re-enabled; it also does not address the root misconfiguration pathways and could disrupt legitimate access patterns. Option C specifically combines the correct preventive control (PublicAccessBlock) with organizational enforcement to stop future reversal.

Community Discussion

No community discussion yet for this question.

Full SCS-C03 PracticeBrowse All SCS-C03 Questions