Courseiva
Cloud Security OperationshardMultiple ChoiceObjective-mapped

CCSP Memory acquisition Practice Question

During a cloud incident response, a security team needs to collect memory from a compromised EC2 instance for forensic analysis. Which method is most appropriate for acquiring a memory dump?

⚠ Common exam trap

Many candidates incorrectly assume that an EBS snapshot captures memory because it includes the swap file. However, the swap file only holds pages swapped out of RAM; active memory contents are not captured. Only live acquisition tools can collect a full memory dump.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use AWS Systems Manager to run a memory acquisition script on the instance.

Memory (RAM) is volatile and not captured by disk snapshots or logs. Collecting a memory dump requires live forensic acquisition while the instance is running. AWS Systems Manager (SSM) allows remote execution of scripts, such as a memory capture tool (e.g., LiME or DumpIt), on the target instance. This method is efficient, forensically sound, and minimizes disruption. CloudTrail logs API calls, not memory. EBS snapshots only capture persistent storage. VPC Flow Logs record network metadata, not memory content. Therefore, D is the correct answer.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Analyze CloudTrail logs for the instance's API calls.

    Why it's wrong here

    CloudTrail logs do not contain memory contents.

  • Take a snapshot of the EBS volumes attached to the instance.

    Why it's wrong here

    Snapshots capture disk, not memory; memory is volatile and lost if instance is stopped.

  • Review VPC Flow Logs for network traffic.

    Why it's wrong here

    Flow logs do not capture memory.

  • Use AWS Systems Manager to run a memory acquisition script on the instance.

    Why this is correct

    Systems Manager can execute commands to capture memory using tools like LiME.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

Courseiva writes every CCSP question from scratch — 964 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CCSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CCSP exam.