aws_start_instance
Start a stopped AWS EC2 instance by providing the instance ID and AWS region.
Instructions
Start a stopped AWS EC2 instance. Requires both the instance ID and the region. Confirm with the user before calling — resumes billing while the instance is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | EC2 instance ID (i-...). | |
| region | Yes | AWS region (e.g. us-east-1). |