Courseiva
easyMultiple ChoiceObjective-mapped

CAS-004 Practice Question: Refer to the exhibit

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": "*",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::mybucket/*"
    }
  ]
}

Refer to the exhibit. A security architect is reviewing this S3 bucket policy. Which of the following security concerns is MOST evident?

⚠ Common exam trap

CompTIA often tests the distinction between a policy that allows public read access (which is a direct security risk) versus other concerns like outdated versions or missing encryption, which are not immediately evident from the policy syntax alone.

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 policy allows public read access

The policy statement includes an `Effect: Allow` with a `Principal: "*"` and an action of `s3:GetObject`, which grants public read access to all objects in the bucket. This is the most evident security concern because it allows any anonymous user on the internet to read data from the bucket, potentially exposing sensitive information.

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 policy denies all write access

    Why it's wrong here

    The policy only grants GetObject; write access is not granted or denied explicitly.

  • The policy allows public read access

    Why this is correct

    The wildcard principal '*' allows any anonymous user to read objects.

  • The policy uses an outdated version

    Why it's wrong here

    Version 2012-10-17 is the current version.

  • The policy lacks encryption

    Why it's wrong here

    Encryption is not specified in bucket policies; it is handled via bucket properties or server-side encryption.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

This CAS-005 question is part of Courseiva's 968-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 CAS-005 practice question is part of Courseiva's free CompTIA 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 CAS-005 exam.