<- Adapters

AWS

experimentalcloud

AWS infrastructure operations as governed capabilities

pip install chp-adapter-aws

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

ec2_listv0.1.0

List EC2 instances with optional state filter.

chp.adapters.aws.ec2_list
ec2_startv0.1.0

Start a stopped EC2 instance.

chp.adapters.aws.ec2_start
ec2_stopv0.1.0

Stop a running EC2 instance.

chp.adapters.aws.ec2_stop
lambda_invokev0.1.0

Invoke a Lambda function. Payload and response body never in evidence.

chp.adapters.aws.lambda_invoke
lambda_listv0.1.0

List Lambda functions.

chp.adapters.aws.lambda_list
s3_deletev0.1.0

Delete an S3 object.

chp.adapters.aws.s3_delete
s3_listv0.1.0

List objects in an S3 bucket, optionally filtered by prefix.

chp.adapters.aws.s3_list
s3_metadatav0.1.0

Get metadata for a specific S3 object without downloading its content.

chp.adapters.aws.s3_metadata
s3_putv0.1.0

Upload content to an S3 object. Content never in evidence.

chp.adapters.aws.s3_put
See the full capability catalog →