aws_ec2
Execute operations on AWS EC2 instances such as listing, creating, starting, stopping, and terminating via the Ansible MCP Server, ensuring streamlined infrastructure management.
Instructions
Manage AWS EC2 instances (list, create, start, stop, terminate)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | ||
count | No | ||
filters | No | ||
imageId | No | ||
instanceIds | No | ||
instanceType | No | ||
keyName | No | ||
region | Yes | ||
securityGroups | No | ||
tags | No | ||
terminationProtection | No | ||
userData | No | ||
waitForCompletion | No |