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

A company has an application that runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are in an Amazon EC2 Auto Scaling group and are attached to Amazon Elastic Block Store (Amazon EBS) volumes.

A security engineer needs to preserve all forensic evidence from one of the instances.

Which order of steps should the security engineer use to meet this requirement?

Answer options

Correct answer: C

Explanation

The correct sequence in option C ensures that the instance is detached and deregistered before creating any snapshots, which is critical for preserving the state of the instance. Stopping the instance before taking the EBS snapshot could lead to loss of volatile data, making options A, B, and D less effective for forensic purposes.