aws_stop_instance
Stop a running AWS EC2 instance, preserving disk state and pausing instance-hours while EBS billing continues. Confirm with the user before the outage.
Instructions
Stop a running AWS EC2 instance (EBS-backed; restartable). Disk state preserved; EBS billing continues, instance-hours pause. Confirm with the user — outage until the instance is started again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | AWS region (e.g. us-east-1). | |
| instance_id | Yes | EC2 instance ID (i-...). |