Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Instance Manager

A simple AWS Instance manager I made to use instances in group. For example, running SSH commands or sending files or syncing code to many instances with a single command. Basic usage is creating instance groups with a particular context. Inspired by the ec2man module made for Dorylus.

Usage

python -m manec2 [ec2|asg]

ec2 usage

positional arguments:
  command
    contexts
    create
    terminate
    start
    stop
    reboot
    image
    info
    ssh
    rsync
    scp

After creating an instance group on EC2 with a particular name (the name field for ALL instances is test for example), you can run a command like python -m manec2 ssh test -c "ls" to get the results of the ls command from all instances.

About

Simple python module for managing my ec2 instances for projects

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages