Courseiva
Management and OperationseasyMultiple ChoiceObjective-mapped

DBS-C01 Management and Operations Practice Question

A database administrator needs to monitor the number of database connections to an Amazon RDS for PostgreSQL instance. Which Amazon CloudWatch metric should the administrator use?

⚠ Common exam trap

It's easy for candidates to confuse the metric name with generic terms like 'ActiveConnections' or 'ConnectionsCount', which sound plausible but are not the exact CloudWatch metric name published by RDS, leading them to pick a non-existent metric.

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

DatabaseConnections

The correct metric is `DatabaseConnections`, which is published by Amazon RDS for PostgreSQL to CloudWatch. It reports the number of client network connections to the database instance, corresponding to the `numbackends` value from the `pg_stat_database` view. This metric directly reflects the current connection count and is the standard way to monitor connection usage for RDS PostgreSQL.

Answer analysis

Option-by-option breakdown

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

  • DatabaseConnections

    Why this is correct

    This is the standard CloudWatch metric for active connections.

  • ActiveConnections

    Why it's wrong here

    This metric does not exist for RDS.

  • ConnectionsCount

    Why it's wrong here

    Not a standard CloudWatch metric for RDS.

  • DBInstanceIdentifier

    Why it's wrong here

    This is a dimension, not a metric.

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.