aws_ec2_manage_instances
Start, stop, or reboot AWS EC2 instances with validation mode to check permissions before making changes.
Instructions
Start, stop, or reboot EC2 instances. In --readonly mode, this executes with DryRun=True to validate permissions without making changes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| instance_ids | Yes | Instance IDs to act on | |
| action | Yes | Action to perform |