AWS
experimentalcloudAWS infrastructure operations as governed capabilities
pip install chp-adapter-awsAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
ec2_listv0.1.0List EC2 instances with optional state filter.
chp.adapters.aws.ec2_listec2_startv0.1.0Start a stopped EC2 instance.
chp.adapters.aws.ec2_startec2_stopv0.1.0Stop a running EC2 instance.
chp.adapters.aws.ec2_stoplambda_invokev0.1.0Invoke a Lambda function. Payload and response body never in evidence.
chp.adapters.aws.lambda_invokelambda_listv0.1.0List Lambda functions.
chp.adapters.aws.lambda_lists3_deletev0.1.0Delete an S3 object.
chp.adapters.aws.s3_deletes3_listv0.1.0List objects in an S3 bucket, optionally filtered by prefix.
chp.adapters.aws.s3_lists3_metadatav0.1.0Get metadata for a specific S3 object without downloading its content.
chp.adapters.aws.s3_metadatas3_putv0.1.0Upload content to an S3 object. Content never in evidence.
chp.adapters.aws.s3_put