Courseiva
mediumMultiple ChoiceObjective-mapped

ISC2 CC Practice Question: An AWS administrator attached this IAM policy to…

Exhibit

Refer to the exhibit.
```
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Deny",
      "Action": "s3:DeleteBucket",
      "Resource": "arn:aws:s3:::critical-data"
    }
  ]
}
```

An AWS administrator attached this IAM policy to a user. What is the effect of this policy?

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 user cannot delete the bucket critical-data.

The policy explicitly denies the s3:DeleteBucket action on the critical-data bucket, overriding any allow.

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 user can delete the bucket if allowed by another policy.

    Why it's wrong here

    An explicit deny overrides any allow.

  • The user can still delete objects inside the bucket.

    Why it's wrong here

    The policy only restricts the DeleteBucket action, not object deletion.

  • The user can delete any bucket except critical-data.

    Why it's wrong here

    The policy only denies delete on that one bucket; other buckets still allowed if other policies allow.

  • The user cannot delete the bucket critical-data.

    Why this is correct

    The Deny effect prevents deletion of the specified bucket.

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

Courseiva writes every CC question from scratch — 976 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.