aws_ec2
Manage AWS EC2 instances to list, create, start, stop, or terminate cloud servers using the MCP SysOperator server for infrastructure automation.
Instructions
Manage AWS EC2 instances (list, create, start, stop, terminate)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| region | Yes | ||
| instanceIds | No | ||
| filters | No | ||
| instanceType | No | ||
| imageId | No | ||
| keyName | No | ||
| securityGroups | No | ||
| userData | No | ||
| count | No | ||
| tags | No | ||
| waitForCompletion | No | ||
| terminationProtection | No |