Clanker integrates deeply with AWS, enabling you to query infrastructure, generate execution plans, and automate cloud operations using natural language commands.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/bgdnvk/clanker/llms.txt
Use this file to discover all available pages before exploring further.
Core capabilities
Clanker’s AWS integration provides three main modes of operation:Ask mode
Query your AWS infrastructure with natural language
Maker/apply workflow
Generate and execute AWS CLI plans for infrastructure changes
Service support
Comprehensive coverage of 50+ AWS services
Static commands
Direct resource queries without AI interpretation
Authentication
Clanker uses AWS CLI credentials and supports multiple authentication methods:AWS profile configuration
Configure AWS profiles in~/.clanker/config.yaml:
SSO and temporary credentials
Clanker automatically handles:- AWS SSO profiles via
aws configure export-credentials - Temporary credentials with session tokens
- Profile-specific region resolution
~/workspace/source/internal/aws/client.go:94-118:
Quick start examples
Query EC2 instances
List Lambda functions with errors
Create infrastructure with maker mode
Use specific AWS profile
AI-powered context gathering
Clanker intelligently determines which AWS services to query based on your question:~/workspace/source/internal/aws/client.go:198-232.
Discovery mode
Enable comprehensive infrastructure discovery:- Checks all AWS services in parallel
- Returns counts and availability status
- Identifies active resources across your infrastructure
Compliance reporting
Generate compliance documentation:- Services, ports, and protocols table
- Security controls and mitigations
- External access and risk assessment
- Professional government security documentation format
Compliance mode automatically enables discovery for comprehensive service coverage.
Multi-region support
Clanker handles multi-region operations:Next steps
Ask mode details
Learn about querying AWS infrastructure
Maker/apply workflow
Generate and execute infrastructure plans