Question 587 of 302
SAA-C03 Design Secure Architectures Practice Question
A solutions architect is designing an S3 bucket for a order processing API. The objects must never be publicly accessible, even if a developer later adds an overly broad bucket policy. What should the architect configure?
⚠ Common exam trap
It's easy for candidates to think an IAM policy denying anonymous access is sufficient, but they miss that bucket policies can override IAM policies when both are evaluated, making S3 Block Public Access the only foolproof solution.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Enable S3 Block Public Access at the account or bucket level
S3 Block Public Access provides a definitive override that prevents any public access to objects, regardless of bucket policies or ACLs. By enabling this setting at the account or bucket level, the architect ensures that even if a developer later adds an overly broad bucket policy, the objects remain inaccessible to anonymous users. This is the only option that guarantees no public access can be inadvertently granted.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enable S3 Block Public Access at the account or bucket level
Why this is correct
Enabling S3 Block Public Access at either the account or bucket level is the most robust and recommended control for preventing unintended public exposure of S3 buckets. This feature provides four distinct settings that can be applied to block public access granted through new or existing bucket policies, access control lists (ACLs), or any combination thereof. By enforcing these settings, S3 Block Public Access acts as a comprehensive safeguard, overriding any conflicting permissions that might otherwise inadvertently grant public read or write access to objects.
- ✗
Enable server access logging on the bucket
Why it's wrong here
Enabling server access logging on an S3 bucket records detailed information about requests made to the bucket, such as the requester, the S3 operation performed, and the time and date of the request. While valuable for auditing, security analysis, and understanding access patterns, this feature is purely for monitoring and does not provide any mechanism to prevent or restrict public access to the bucket's contents. It is a reactive tool for observation, not a proactive control for access enforcement.
- ✗
Create an IAM policy that denies s3:GetObject to anonymous users
Why it's wrong here
Creating an IAM policy that denies s3:GetObject to anonymous users, when attached to an IAM user or role, only controls the permissions of that specific identity. It does not prevent public access if the S3 bucket itself has a permissive bucket policy or an Access Control List (ACL) that grants public read access to objects. S3 bucket policies and ACLs operate independently of IAM user policies and can directly grant public permissions, which an IAM user policy cannot override for the bucket itself.
- ✗
Enable S3 Transfer Acceleration
Why it's wrong here
S3 Transfer Acceleration is a feature designed to speed up data transfers to and from S3 buckets over long distances by utilizing Amazon CloudFront's globally distributed edge locations. This service optimizes the network path for uploads and downloads, resulting in faster performance, particularly for users geographically distant from the S3 bucket's region. However, Transfer Acceleration is solely focused on data transfer performance and has no impact whatsoever on the access control, security, or public/private status of the S3 bucket or its objects.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This SAA-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAA-C03 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.