aws_start_instance
Start a stopped AWS EC2 instance by providing instance ID and region. Billing resumes when the instance runs.
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 |
|---|---|---|---|
| region | Yes | AWS region (e.g. us-east-1). | |
| instance_id | Yes | EC2 instance ID (i-...). |