Instance Start (f8213cde-6b3a-420d-9ab7-41c9af1a919f)
The initiation or activation of a virtual machine instance within a cloud infrastructure. This action typically involves starting an existing instance that had been stopped or paused, allowing it to resume operation. Examples:
- Google Cloud Platform (GCP): Starting an instance through
instance.start
API activity. - AWS: Logging of
StartInstances
in AWS CloudTrail for EC2 instances. - Azure:
Microsoft.Compute/virtualMachines/start
entries indicate a VM instance being started.
Data Collection Measures:
- Google Cloud Platform: Enable GCP Audit Logs for Compute Engine.
- Log Event: Look for instance.start entries in Cloud Logging.
- Amazon Web Services (AWS): AWS CloudTrail.
- Log Event: Search for StartInstances events associated with EC2.
- Microsoft Azure: Azure Activity Logs.
- Log Event: Filter for Microsoft.Compute/virtualMachines/start operations.