tools.aws_tools module

AWS tools for EC2, S3, Route53, Lambda, and STS management.

Uses boto3 wrapped in asyncio.to_thread(). Credentials are stored as a JSON blob via the user API key system:

{“access_key_id”: “…”, “secret_access_key”: “…”, “region”: “us-east-1”}