AWS Certified Security – Specialty (SCS-C02) — Question 44

A company is building an application on AWS that will store sensitive information. The company has a support team with access to the IT infrastructure, including databases. The company’s security engineer must introduce measures to protect the sensitive data against any data breach while minimizing management overhead. The credentials must be regularly rotated.
What should the security engineer recommend?

Answer options

Correct answer: C

Explanation

Option C is correct because it utilizes Amazon RDS encryption and AWS Secrets Manager, which automatically rotates credentials, ensuring both security and ease of management. Option A includes EC2 user data which is less secure for credential storage. Option B suggests third-party disk encryption which adds complexity without leveraging AWS native services effectively. Option D uses AWS Systems Manager Parameter Store, but Secrets Manager is better suited for credential management and rotation.