nerdexam
Amazon

DBS-C01 · Question #231

A software company is conducting a security audit of its three-node Amazon Aurora MySQL DB cluster. Which finding is a security concern that needs to be addressed?

The correct answer is D. The IAM credentials used by the application are not rotated regularly.. During a security audit of an Amazon Aurora MySQL DB cluster, the lack of regular rotation for IAM credentials used by the application is a significant security concern that needs immediate attention.

Submitted by jordan8· Mar 6, 2026Database Security

Question

A software company is conducting a security audit of its three-node Amazon Aurora MySQL DB cluster. Which finding is a security concern that needs to be addressed?

Options

  • AThe AWS account root user does not have the minimum privileges required for client applications.
  • BEncryption in transit is not configured for all Aurora native backup processes.
  • CEach Aurora DB cluster node is not in a separate private VPC with restricted access.
  • DThe IAM credentials used by the application are not rotated regularly.

How the community answered

(20 responses)
  • A
    5% (1)
  • C
    5% (1)
  • D
    90% (18)

Why each option

During a security audit of an Amazon Aurora MySQL DB cluster, the lack of regular rotation for IAM credentials used by the application is a significant security concern that needs immediate attention.

AThe AWS account root user does not have the minimum privileges required for client applications.

The AWS account root user should have minimum privileges and never be used for client applications; this is a best practice, not a security concern.

BEncryption in transit is not configured for all Aurora native backup processes.

Aurora encrypts data at rest (including backups) when configured, and AWS securely handles internal data transfer for native backup processes, so this is not typically a user-configurable security finding.

CEach Aurora DB cluster node is not in a separate private VPC with restricted access.

Placing each Aurora DB cluster node in a separate VPC is an impractical and overly complex network architecture; Aurora nodes are typically placed in private subnets within the same VPC, secured by security groups.

DThe IAM credentials used by the application are not rotated regularly.Correct

Failing to regularly rotate IAM credentials used by an application is a critical security vulnerability, as it increases the risk of credential compromise and unauthorized access if those credentials are leaked or stolen.

Concept tested: IAM credential rotation best practices

Source: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#rotate-credentials

Topics

#Aurora security#credential rotation#IAM best practices#security audit

Community Discussion

No community discussion yet for this question.

Full DBS-C01 Practice