Suggest AWS CLI Commands
suggest_aws_commandsGenerate AWS CLI command suggestions from natural language descriptions. Describe your task and receive a list of commands to execute.
Instructions
Suggest AWS CLI commands based on a natural language query.
Use this tool when you're unsure about the exact AWS CLI command syntax or want to explore available commands for a specific task.
Best practices for query formulation:
Include the AWS service name (EC2, S3, Lambda, etc.)
Describe the action you want to perform
Include any relevant context or constraints
Query examples:
"List all running EC2 instances in us-east-1"
"Get the size of my S3 bucket named 'my-backup-bucket'"
"List all IAM users with AdministratorAccess policy"
"Show me all Lambda functions in my account"
"Create a new security group for SSH access"
Returns: Dictionary with success status, query, and list of suggested commands
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language description of what you want to accomplish |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||