Metadata-Version: 1.1
Name: aws-backup-client
Version: 0.0.6
Summary: aws backup clients
Home-page: https://github.com/righ/aws-backup-client
Author: righ
Author-email: righ.m9@gmail.com
License: Apache License 2.0
Description: Installation
        ============
        
        .. code-block:: sh
        
         $ pip install aws-backup-client
        
        Example
        =======
        Currently, we use the following:
        
        
        EC2 AMI Image
        -------------
        
        .. code-block:: sh
        
          $ ec2-ami-backup --instance-id=i-xxxxxxxx --instance-id=i-yyyyyyyy \
          >               --instance-name=name1 --instance-name=*name2*\
          >               --instance-tag=key/value --instance-tag=key2/*value2* \
          >               --image-description='weekly backup image' \
          >               --image-max-number=2 \
          >               --image-expiration='14days' \
          >               --aws-access-key-id=AKIXXXXXXXXXXXXXXXX \
          >               --aws-secret-access-key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
          >               --aws-region=ap-northeast-1 \
          >               --aws-time-diff='9hours' \
          >               --client-time-diff='9hours' \
          >               --client-time-format='%Y-%m-%dT%H-%M-%S' \
          >               --log-level=10 \
          >               --reboot \
          >               --prefix='weekly-' \
          >               --dry-run
          >               --keep-snapshot
        
        Following least any one input is required:
        
        * --instance-id
        * --instance-name
        * --instance-tag
        
        
        .. warning:: 
        
          * v0.0.4
        
            * it has limited input as described above.
            * renamed command `ec2ami-backup` to `ec2-ami-backup`.
        
          * v0.0.6
        
            * --keep-snapshot: It does not remove the snapshot that related to ami.
Keywords: aws,backup,ec2,ami
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
