Metadata-Version: 1.1
Name: aws-backup-client
Version: 0.0.3
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
        
          $ ec2ami-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
        
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
