conductorv2
Plugins/Cloud

AWS

EC2, S3, Lambda, and other AWS services.

requires credentials8 tools

Manage AWS resources directly from your AI. List EC2 instances, manage S3 buckets, invoke Lambda functions, and more. Requires AWS credentials.

Credentials

NameLabelRequired
AWS_ACCESS_KEY_IDAccess Key IDrequired
AWS_SECRET_ACCESS_KEYSecret Access Keyrequired
AWS_REGIONDefault Regionoptional

Setup

terminal
conductor plugins setup aws

Install

Built-in — no installation needed. Enable with conductor plugins enable aws

Tools

ToolDescriptionApproval
aws_ec2_listList EC2 instances
aws_ec2_startStart an EC2 instancerequired
aws_ec2_stopStop an EC2 instancerequired
aws_s3_listList S3 buckets
aws_s3_readRead an object from S3
aws_s3_writeWrite an object to S3required
aws_lambda_listList Lambda functions
aws_lambda_invokeInvoke a Lambda functionrequired

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

List my EC2 instances

aws_ec2_list

Read file from S3 bucket

aws_s3_read