Again, following on from the previous example of a compromised EC2 instance, let's also assume that the instance was backed by EBS storage. You may just want to isolate and analyze the storage of this instance from within your forensic account, and this can be achieved through the use of EBS snapshots. These snapshots are essential incremental backups of your EBS volumes. Â
Creating a snapshot of your EBS volumes is a simple process:
- From within the AWS Management Console, select the EC2 service from the Compute category.
- Select Volumes from under the ELASTIC BLOCK STORE menu heading on the left:
- Select your volume from the list of volumes displayed:
- Select the Actions menu and select Create Snapshot:
- Add a description and any tags that are required:
- Select Create Snapshot. At this point, you will get a message stating that the requested snapshot has succeeded:
- Click on Close.
- You can now ensure that your snapshot has been...