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.
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)- A5% (1)
- C5% (1)
- D90% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.