Skip to content

runbooks operateΒΆ

Auto-generated from runbooks operate --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Operate Commands (4 sub-groups, 5 commands)
β”œβ”€β”€ πŸ’» Compute Operations (2 commands)
β”‚   └──   Command                    Description                                
β”‚         ec2 start                  Start EC2 instances (reduce idle time,     
β”‚                                    optimize availability)                     
β”‚         ec2 stop                   Stop EC2 instances (cost savings,          
β”‚                                    schedule optimization)                     
β”œβ”€β”€ πŸ’Ύ Storage Operations (1 commands)
β”‚   └──   Command                    Description                                
β”‚         s3 create-bucket           Create S3 buckets (secure, compliant,      
β”‚                                    encrypted)                                 
β”œβ”€β”€ 🌐 Network Operations (1 commands)
β”‚   └──   Command                    Description                                
β”‚         vpc create-vpc             Create VPCs (network isolation,            
β”‚                                    multi-tier architecture)                   
└── πŸ—οΈ Infrastructure as Code (1 commands)
    └──   Command                    Description                                
          cloudformation deploy      Deploy CloudFormation stacks (IaC          
                                     automation, repeatable deployments)        

πŸ’‘ Usage: runbooks operate [RESOURCE] [OPERATION] [OPTIONS]
πŸ“– KISS Architecture: Simple resource operations with enterprise safety
πŸ’° Business Value: Operational efficiency, cost optimization, compliance 
automation
πŸ“Š Export: All commands support --csv, --json, --markdown for automation & 
reporting

SubcommandsΒΆ

Subcommand Description
cloudformation β€”
ec2 β€”
s3 β€”
vpc β€”

OverviewΒΆ