Courseiva
Database SecurityeasyMultiple ChoiceObjective-mapped

DBS-C01 Database Security Practice Question

Network Topology
aws iam create-policypolicy-name RDSAccesspolicy-document '{Refer to the exhibit."Version": "2012-10-17","Statement": ["Effect": "Allow","Action": "rds:*","Resource": "*"}'

Refer to the exhibit. A developer created an IAM policy with the above command and attached it to a user. What is the security implication 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 policy grants full administrative access to all RDS resources in the account.

The policy allows all RDS actions on all resources, granting full administrative access to all RDS resources in the account. This is overly permissive and violates the principle of least privilege. Option A is wrong because the policy does not restrict to a specific region. Option B is wrong because it does not restrict to a specific region. Option D is wrong because it does not restrict to read-only access.

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 restricts access to only one specific DB instance.

    Why it's wrong here

    Resource "*" includes all instances.

  • The policy allows only actions in the us-east-1 region.

    Why it's wrong here

    Resource "*" includes all regions.

  • The policy grants full administrative access to all RDS resources in the account.

    Why this is correct

    This is the security risk.

  • The policy only allows read-only access to RDS.

    Why it's wrong here

    Action rds:* includes all actions, including write and delete.

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.