A healthcare technology company runs its patient portal on a fleet of Amazon EC2 instances. The security compliance officer needs to ensure that the operating systems of these instances are regularly checked for software vulnerabilities and unintended network exposure. According to the AWS Shared Responsibility Model, which customer-managed action should the company take to meet this requirement?
- Configure Amazon Inspector to automatically scan the EC2 instances.Answer
- BRely on AWS to manage and patch the operating system vulnerabilities of the EC2 instances.
- CEnable Amazon GuardDuty to detect and patch the EC2 operating system vulnerabilities.
- DReview AWS CloudTrail event logs to identify and remove outdated software packages.
Answer
Configure Amazon Inspector to automatically scan the EC2 instances.
Configuring Amazon Inspector is the correct action because it is AWS's automated vulnerability management service. It continuously scans EC2 instances and ECR container images for software vulnerabilities and unintended network reachability.
Step-by-Step Solution
Key Concept
Amazon Inspector is the native AWS service for automated vulnerability management, scanning EC2 instances and container images for software vulnerabilities and network path exposure. Under the Shared Responsibility Model, securing the guest operating system is the customer's responsibility.
Estimated Time:1m 0s