aws_stop_instance
Stops an EBS-backed AWS EC2 instance to pause instance-hour billing while preserving disk state. Confirm the outage; the instance can be restarted later.
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-...). |