forensicate.cloud

Open Source Resources for Forensics in the Cloud

EC2 DFIR Workshop

Module Overview: Acquiring EBS Volumes

Elastic Block Store (EBS) Volumes

Snapshots

Attaching an EBS Volume

Picture demonstrating lsblk IMAGE 4: Output of the lsblk Command

Mounting an EBS Volume

Use the file command to determine the format of the partition: file -s /dev/xvdf1 IMAGE 5: Using the file command to determine the format of the partition

Make a directory as the Mount Point and Mount it as read only: mkdir /mnt/linux_mount IMAGE 6: Using the mkdir and mount commands