Courseiva
Management and OperationsmediumMultiple ChoiceObjective-mapped

DBS-C01 Management and Operations Practice Question

Network Topology
aws iam simulate-principal-policypolicy-source-arn arn:aws:iam::123456789012:user/DBAaction-names rds:DescribeDBInstances rds:ModifyDBInstanceresource-arns arn:aws:rds:us-east-1:123456789012:db:mydbRefer to the exhibit.```Output:```json"EvaluationResults": ["EvalActionName": "rds:DescribeDBInstances","EvalResourceName": "arn:aws:rds:us-east-1:123456789012:db:mydb","EvalDecision": "allowed"},"EvalActionName": "rds:ModifyDBInstance","EvalDecision": "explicitDeny"

A DBA runs the IAM policy simulation above. The DBA can describe the DB instance but cannot modify it. What is the most likely cause?

⚠ Common exam trap

Many exam-takers assume a missing allow is the cause, but AWS IAM simulation results clearly distinguish between implicit deny (no policy allows) and explicit deny (a policy specifically denies), and the question's phrasing 'cannot modify' combined with the simulation context points to an explicit deny as the most likely cause.

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

An IAM policy explicitly denies the rds:ModifyDBInstance action.

The simulation shows that the DBA can describe the DB instance but cannot modify it. Since the simulation evaluates all applicable IAM policies, an explicit deny for rds:ModifyDBInstance in any attached policy will override any allow and cause the modify action to fail. This is the most likely cause because explicit denies are evaluated first and cannot be overridden by other policies.

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 resource ARN in the simulation is incorrect.

    Why it's wrong here

    The ARN appears correct as it allowed DescribeDBInstances.

  • An IAM policy explicitly denies the rds:ModifyDBInstance action.

    Why this is correct

    The evaluation result shows 'explicitDeny' for ModifyDBInstance.

  • The DBA's IAM policy does not include an allow for rds:ModifyDBInstance.

    Why it's wrong here

    Missing allow would result in 'implicitDeny', not 'explicitDeny'.

  • The DBA is not within the VPC where the DB instance resides.

    Why it's wrong here

    IAM simulation does not consider network location.

About these practice questions

One of 1,663 original DBS-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 DBS-C01 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 DBS-C01 exam.