Skip to content

dizzythinks/asg_persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

ASG Persistence

Persisting things in Autoscaling Groups

attach_volume.py - attach an EBS volume by tag info. Script will search for a volume with given name in it's AZ and attach it for you

usage: attach_volume.py [-h] [--tag TAG] --value VALUE --attach_as ATTACH_AS

Attach EBS Volume

optional arguments:
  -h, --help            show this help message and exit
  --tag TAG             Tag key, defaults to Name
  --value VALUE         The tag value to search for
  --attach_as ATTACH_AS
                        device path e.g. /dev/xvdb

About

Persisting things in Autoscaling Groups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages