Install
openclaw skills install awscliManage AWS Lightsail and EC2 instances using AWS CLI
openclaw skills install awscliThis skill manages AWS Lightsail instances.
AWS CLI installed on host
AWS credentials configured (IAM user or role)
Environment variables:
This skill requires the following environment variables:
Example:
AWS_REGION=ap-southeast-1 ALLOWED_INSTANCES=Ubuntu,Binami
action: "list"
Example: { "action": "list" }
action: "reboot"
instance: "<instance-name>"
Example: { "action": "reboot", "instance": "Ubuntu-1" }
action: "start"
instance: "<instance-name>"
action: "stop"
instance: "<instance-name>"