Skip to content

fabmorais/python-cloud-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Multi Cloud Utils

Multi Cloud Utils is a library to handle standard operations across mutliple cloud platforms.

Currently supported clouds are GCP, and AWS.

This is not an official Google product

supported opertations:

list_instances

Example: list_instances.py foo*bar*ex*

Cloud                      Name                            Zone                 Id                  State        Ip Address          Type             Created               Autoscaling Group          Iam Or Service Account   Private Ip Address       Project      
 aws               aws-foo-bar-exampl                   ap-west-1a      i-123456789abcdefgh        stopped          None             r3.8xl      2017-06-01 10:48:56                None                   foobar                       None                aws        
 gcp               gcp-foo-bar-exampl                   us-west1-b      0123456789012345678        running          None             mem-2       2017-06-01 10:48:56                None                   foobar                       None                gcp        

Recommended alias: alias li='path/to/list_instances.py'

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%