alibabacloud-ecs-reboot-or-crash-diagnosis
Installation
SKILL.md
ECS Instance Reboot/Crash Diagnosis
Diagnose root cause of ECS instance unexpected reboot or crash. Uses standard workflow: check platform maintenance events first, then check internal system logs. Supports both Linux and Windows systems.
Required Parameters
Before starting diagnosis, must obtain the following parameters from user:
| Parameter | Description | Example |
|---|---|---|
INSTANCE_ID |
ECS instance ID | i-bp1a2b3c4d5e6f7g8h9j |
REGION_ID |
Region ID | cn-hangzhou |
If user does not provide any of the above parameters, must ask user first. Do not start diagnosis.
Mandatory Execution Rules
- Must obtain parameters first — Instance ID and Region ID are required. Must ask user if missing.
- Standard workflow cannot be skipped — Must execute in order: Maintenance Event Check → OSType Detection → System Log Check
Related skills