Snapshot Creation (3da222e6-53f3-451c-a239-0b405c009432)
The process of taking a point-in-time copy of a cloud storage volume (files, settings, configurations, etc.), virtual machine (VM), or database that can be created and deployed in cloud environments.
Data Collection Measures:
- Cloud Platform Logs (IaaS)
- AWS CloudTrail Logs: Monitor API calls related to snapshot creation (
CreateSnapshot
). - Azure Monitor Logs: Track snapshot creation (
Microsoft.Compute/snapshots/write
). - Google Cloud Logging: Detect
compute.disks.createSnapshot
.
- AWS CloudTrail Logs: Monitor API calls related to snapshot creation (