Question 174:
You have an EC2 instance running on the Auto Scaling group, and the traffic is routed to the ASG from a network load balancer. You found that the instance has been compromised. First, you need to quarantine the instance and then preserve data to perform forensic analysis to determine the root cause. What would be a suitable order for achieving the requirement Tag the Amazon EC2 instance for investigation. Use the Network Control Access List (NACL) to deny suspicious traffic from accessing the instance. Snapshot the Amazon EBS data volumes. Detach the instance from the Auto Scaling group. Which sequence is the correct one?
Answer options:
A. 4 -> 1 -> 3 -> 2 B.3 -> 2 -> 1 -> 4 C.2 -> 4 -> 3 -> 1 D.2 -> 1 -> 3 -> 4