AWS Certified Solutions Architect – Associate (SAA-C03) — Question 318

A company experienced a breach that affected several applications in its on-premises data center. The attacker took advantage of vulnerabilities in the custom applications that were running on the servers. The company is now migrating its applications to run on Amazon EC2 instances. The company wants to implement a solution that actively scans for vulnerabilities on the EC2 instances and sends a report that details the findings.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

Amazon Inspector is a vulnerability management service that continuously scans AWS workloads, including Amazon EC2 instances, for software vulnerabilities and unintended network exposure. AWS Shield is designed for DDoS protection, Amazon Macie is for identifying and protecting sensitive data, and Amazon GuardDuty is a threat detection service rather than a dedicated vulnerability scanner. Therefore, combining Amazon Inspector with an AWS Lambda function to automate reporting is the correct solution.