Courseiva
hardMultiple ChoiceObjective-mapped

ISC2 CC Practice Question: A cloud security engineer reviews a cloud storage…

Network Topology
$ aws s3api get-bucket-policybucket my-company-dataRefer to the exhibit.```"Version": "2012-10-17","Statement": ["Effect": "Allow","Principal": "*","Action": "s3:GetObject","Resource": "arn:aws:s3:::my-company-data/*"

A cloud security engineer reviews a cloud storage bucket policy that grants read access to all users, including anonymous users. What is the primary security risk?

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

The bucket is publicly readable, allowing anyone to access its contents [CORRECT]

The bucket policy allows any user to read objects, making the bucket publicly readable. This is the primary security risk. Option A is incorrect because encryption is not addressed in the policy. Option B is incorrect because the policy does not grant delete permissions. Option C is incorrect because the policy does not grant write access. Therefore, the risk is unauthorized read access (Option D).

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The bucket does not have encryption enabled [wrong]

    Why it's wrong here

    Encryption is not covered in the policy; the risk is public access.

  • The bucket policy permits deletion of objects by anyone [wrong]

    Why it's wrong here

    No delete action is specified.

  • The bucket allows unauthorized users to write objects [wrong]

    Why it's wrong here

    Only GetObject is allowed, not PutObject.

  • The bucket is publicly readable, allowing anyone to access its contents [CORRECT]

    Why this is correct

    Principal: * allows anonymous access, and GetObject permits reading.

About these practice questions

This CC question is part of Courseiva's 976-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CC practice question is part of Courseiva's free ISC2 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 CC exam.