Changelog
Initial release. 15 tools for S3, Lambda, CloudWatch, IAM, and EC2.
Setup
What you'll need: The AWS CLI installed and configured (aws configure). Antidrift uses your existing AWS CLI credentials and config - it does not manage auth separately. Use a scoped IAM user or role with only the permissions you need.
Tools
S3 4 tools
- aws_list_buckets - List all S3 buckets
- aws_list_objects - List objects in a bucket with prefix filtering
- aws_get_object - Read an object's contents
- aws_put_object - Upload or overwrite an object
Lambda 3 tools
- aws_list_functions - List Lambda functions
- aws_get_function - Function config, runtime, and memory
- aws_invoke_function - Invoke a function with a payload
CloudWatch 3 tools
- aws_list_log_groups - List log groups
- aws_get_log_events - Read log events from a stream
- aws_get_metrics - Query CloudWatch metrics
IAM 2 tools
- aws_list_roles - List IAM roles
- aws_get_role_policy - View attached policies
EC2 3 tools
- aws_list_instances - List EC2 instances with status
- aws_get_instance - Full instance details
- aws_list_security_groups - Security groups and rules