Unencrypted EBS
Cloudshell snapshot enumeration
Find unencrypted snapshots
Mount EBS in instance and access data
To access the snapshot we need to mount it in a controlled EC2 instance. After logging in execute the following steps.
Enumerate the current EC2 instance id, region and availability zone. See IMDS section for documentation.
Create a new volume from the target EBS. Save the volume id because we'll need it in the next step
Attach the volume to the EC2 instance
Verify that the volume has been mounted successfully and create a mount point. Even if the command succeeds it takes a while to attach the volume to the instance. If you don't see the new disk wait a couple of minutes
Last updated