AWS Certified Solutions Architect – Professional — Question 343

An organization is setting up their website on AWS. The organization is working on various security measures to be performed on the AWS EC2 instances.
Which of the below mentioned security mechanisms will not help the organization to avoid future data leaks and identify security weaknesses?

Answer options

Correct answer: C

Explanation

Checking code for memory leaks is primarily a performance and reliability assessment to prevent application crashes, rather than a security mechanism to prevent data leaks. In contrast, penetration testing, SQL injection testing, and system hardening directly target security vulnerabilities to prevent unauthorized data access.