aws_stop_instance
Stop a running AWS EC2 instance to pause instance-hour billing while preserving EBS disk state. Confirm the planned outage before shutdown.
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-...). |