✓ Verified 💻 Development ✓ Enhanced Data

Awscli

Manage AWS Lightsail and EC2 instances using AWS CLI.

Rating
4.8 (304 reviews)
Downloads
8,245 downloads
Version
1.0.0

Overview

Manage AWS Lightsail and EC2 instances using AWS CLI.

Complete Documentation

View Source →

AWS CLI Control Skill

This skill manages AWS Lightsail instances.

Requirements

  • AWS CLI installed on host
  • AWS credentials configured (IAM user or role)
  • Environment variables:
  • AWS_REGION
  • ALLOWED_INSTANCES
## Environment Variables

This skill requires the following environment variables:

  • AWS_REGION (e.g., ap-southeast-1)
  • ALLOWED_INSTANCES (comma-separated list)
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: ""


Notes

  • Only use structured JSON input.
  • Do NOT generate AWS CLI commands.
  • Instance names must exactly match existing Lightsail instances.

Installation

Terminal bash

openclaw install awscli
    
Copied!

Tags

#devops_and-cloud #cli

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author hypertextassassinrajith
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install awscli