google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
464 stars 88 forks source link

Rename references to CreateDiskCopy -> CreateVolumeCopy for AWS #298

Closed hiddenillusion closed 3 years ago

hiddenillusion commented 3 years ago

The docs for the AWS forensics.py script has incorrect text. It references CreateDiskCopy(), which is referred to as CreateVolumeCopy() within the AWS lib

e.g. cli.py maps copydisk cmd to aws_cli.CreateVolumeCopy