The control plane becomes the primary crime scene. Instead of disk and memory on a fixed host, your best evidence is the API audit log: which identity called what, from where, with which credentials. Instances are ephemeral, so snapshot before terminating. Identity is the perimeter, so trace roles, temporary credentials and privilege escalation paths rather than network position, and expect shared responsibility to limit some telemetry.
Why interviewers ask this
Interviewers want to know you will not run a traditional forensics playbook against ephemeral infrastructure. The signals they listen for are control plane audit logs as the primary source, snapshotting before termination, role assumption tracing, and understanding that misconfiguration and identity abuse outnumber malware in cloud incidents. Mentioning shared responsibility shows you know exactly where your visibility legitimately ends.
How to structure your answer
- Name the control plane audit log as your first evidence source.
- Explain how ephemerality changes evidence collection.
- Trace identity and role assumption rather than network position.
- State where shared responsibility limits your visibility.
Example answer
The biggest shift is that the control plane is where the incident actually happens. On premises I would grab memory and disk from a host. In cloud my first pull is the API audit log, because it tells me which identity called which action from which source address, and whether it used a long lived key or an assumed role with temporary credentials. Ephemerality is the second difference: an instance can be gone before I reach it, so my first containment action is to snapshot the volume and capture memory if the tooling allows, then isolate with a restrictive security group rather than terminating, because terminating destroys my evidence. Third, escalation paths look different. I am chasing role trust policies, over permissive identity policies and instance metadata access rather than domain administrator. And I stay honest about the boundary: below the hypervisor I get no telemetry, so if I need it I have to request it through a formal provider process, which is slow, and I plan around that.
Walking into this interview soon? GhostPilot listens to your live call, spots the question the moment it is asked, and puts a structured answer on your screen in real time. Try it on your next mock, or grab a $29 Session Pass, no subscription, for the real thing.
See how it worksFollow-up questions to expect
- How would you detect a compromised access key today?
- What would you snapshot and in what order?
- How do you investigate in a serverless environment with no instance at all?
Related cybersecurity analyst questions
Your interviewer will ask their own version of this. Paste your actual job description into the free Question Predictor and get the 20 questions that role is most likely to ask, with what each one is really probing.
Predict my questions