aws_terminate_instance
Permanently terminate an AWS EC2 instance, deleting associated EBS volumes per their settings. Irreversible action; requires confirmation of instance ID, region, and data-loss implications.
Instructions
PERMANENTLY terminate an AWS EC2 instance. Instance-store data lost; EBS volumes detached or destroyed per their DeleteOnTermination flag. Irreversible. Reserved for dangerous guard mode. ALWAYS confirm with the user (state the exact instance ID, region, and any data-loss implications) before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | AWS region (e.g. us-east-1). | |
| instance_id | Yes | EC2 instance ID (i-...). |