π¦ ClawHub
Awscli
by @hypertextassassinrajith
Manage AWS Lightsail and EC2 instances using AWS CLI
TERMINAL
clawhub install awscliπ About This Skill
name: awscli description: "Manage AWS Lightsail and EC2 instances using AWS CLI" version: 1.0.0 author: RajithSanjaya
AWS CLI Control Skill
This skill manages AWS Lightsail instances.
Requirements
- AWS_REGION - ALLOWED_INSTANCES
## Environment Variables
This skill requires the following environment variables:
Example:
AWS_REGION=ap-southeast-1 ALLOWED_INSTANCES=Ubuntu,Binami
Available Operations
1. List Instances
action: "list"
Example: { "action": "list" }
2. Reboot Instance
action: "reboot"
instance: "
Example: { "action": "reboot", "instance": "Ubuntu-1" }
3. Start Instance
action: "start"
instance: "
4. Stop Instance
action: "stop"
instance: "