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

A security engineer needs to develop a process to investigate and respond to potential security events on a company's Amazon EC2 instances. All the EC2 instances are backed by Amazon Elastic Block Store (Amazon EBS). The company uses AWS Systems Manager to manage all the EC2 instances and has installed Systems Manager Agent (SSM Agent) on all the EC2 instances.
The process that the security engineer is developing must comply with AWS security best practices and must meet the following requirements:
A compromised EC2 instance's volatile memory and non-volatile memory must be preserved for forensic purposes.
A compromised EC2 instance's metadata must be updated with corresponding incident ticket information.
A compromised EC2 instance must remain online during the investigation but must be isolated to prevent the spread of malware.
Any investigative activity during the collection of volatile data must be captured as part of the process.
Which combination of steps should the security engineer take to meet these requirements with the LEAST operational overhead? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

The correct answer consists of steps that effectively gather necessary metadata, protect the instance from termination, and create a snapshot for forensics, while ensuring minimal disruption and operational overhead. Option A isolates the instance effectively and collects metadata, while option C uses SSM to gather volatile data without needing manual access. Option E ensures preservation of non-volatile memory through snapshots. Options B and F, while also valid, introduce more complexity and operational overhead than necessary for this scenario, and D requires a direct connection that could risk exposure.