AWS Certified Security – Specialty — Question 347

A company finds that one of its Amazon EC2 instances suddenly has a high CPU usage. The company does not know whether the EC2 instance is compromised or whether the operating system is performing background cleanup.

Which combination of steps should a security engineer take before investigating the issue? (Choose three.)

Answer options

Correct answer: B, C, E

Explanation

Enabling termination protection (B) ensures that the instance containing crucial evidence is not accidentally terminated during the incident response process. Creating EBS snapshots (C) preserves the state of the data volumes for forensic analysis without altering the live system. Capturing metadata and tagging the instance as quarantined (E) helps track the resource and isolate it, whereas deleting metadata (F) or removing snapshots (D) would destroy potential forensic evidence.