Clanker provides specialized AWS commands for infrastructure management and querying without AI interpretation.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.
Command groups
aws maker
Generate infrastructure change plans for AWS resources
aws apply
Execute approved infrastructure plans on AWS
AWS list command
Query AWS resources directly without AI interpretation:Supported resources
Compute
Compute
ec2,instances- EC2 instancesecs,clusters- ECS clusters and servicesbatch- AWS Batch jobsasg- Auto Scaling Groups
Serverless
Serverless
lambda,lambdas,functions- Lambda functionslayers- Lambda layers
Container
Container
ecr,repositories- ECR repositorieseks- EKS clusters
Storage
Storage
s3,buckets- S3 bucketsebs,volumes- EBS volumesefs- EFS file systems
Database
Database
rds,databases- RDS instancesrds-clusters- RDS Aurora clustersdynamodb,tables- DynamoDB tables
Networking
Networking
vpcs- VPCssubnets- Subnetssecurity-groups- Security groupsload-balancers,elb- Load balancersroute-tables- Route tables
Messaging
Messaging
sqs,queues- SQS queuessns,topics- SNS topicseventbridge,events- EventBridge rules
Monitoring
Monitoring
logs,cloudwatch- CloudWatch log groupsalarms- CloudWatch alarms
Security
Security
iam-roles- IAM rolesiam-groups- IAM groupsiam-users- IAM userskms,keys- KMS keyscertificates,acm- ACM certificatessecrets- Secrets Manager secrets
DevOps
DevOps
codebuild- CodeBuild projectscodepipeline- CodePipeline pipelinescodecommit- CodeCommit repositories
AI/ML
AI/ML
bedrock-models- Bedrock foundation modelsbedrock-custom- Bedrock custom modelsbedrock-agents- Bedrock agentsbedrock-kb,knowledge-bases- Bedrock knowledge basesbedrock-guardrails- Bedrock guardrailssagemaker-endpoints- SageMaker endpointssagemaker-models- SageMaker modelssagemaker-jobs- SageMaker training jobssagemaker-notebooks- SageMaker notebook instancescomprehend-jobs- Comprehend analysis jobstextract-jobs- Textract analysis jobsrekognition-collections- Rekognition collections
Other
Other
api-gateways- API Gateway APIscloudfront- CloudFront distributionsroute53- Route53 hosted zones
Flags
AWS profile to use for the query
Environment to use from config (
dev, stage, prod)Examples
Infrastructure as code workflow
Clanker provides a two-step workflow for infrastructure changes:1. Generate plan (maker)
2. Review and apply
See also
- AWS maker command - Generate infrastructure plans
- AWS apply command - Execute infrastructure plans
- Ask command - Natural language infrastructure queries