Skip to content

A Python tool for creating and interacting with ephemeral AWS resources

Notifications You must be signed in to change notification settings

ktp-forked-repos/fabulaws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FabulAWS

FabulAWS began as a tool to create ephemeral EC2 instances using Python, like so:

from fabulaws.ec2 import MicroLucidInstance

with MicroLucidInstance():
    run('uname -a')

FabulAWS is now a fully-featured tool for deploying Python web applications to autoscaling-enabled AWS EC2 environments.

Please refer to the documentation for details.

Development by Caktus Consulting Group.

About

A Python tool for creating and interacting with ephemeral AWS resources

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%