Download the PHP package codebridge/ebs-snapshot-automation without Composer
On this page you can find all versions of the php package codebridge/ebs-snapshot-automation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codebridge/ebs-snapshot-automation
More information about codebridge/ebs-snapshot-automation
Files in codebridge/ebs-snapshot-automation
Download codebridge/ebs-snapshot-automation
More information about codebridge/ebs-snapshot-automation
Files in codebridge/ebs-snapshot-automation
Vendor codebridge
Package ebs-snapshot-automation
Short Description Automatically create snapshots for your AWS EBS volumes
License MIT
Package ebs-snapshot-automation
Short Description Automatically create snapshots for your AWS EBS volumes
License MIT
Please rate this library. Is it a good library?
Informations about the package ebs-snapshot-automation
EBS Snapshot Automation
Installation
composer require codebridge/ebs-snapshot-automation
Setup
copy .env.example to .env and edit with your own AWS credentials
Login to the AWS console and tag the volumes you want to snapshot with the proper tags. You can tag a volume for scheduling by tagging it with "Key" "schedule" and a "Value" which is a valid CRON expression, like 0 23 *.
Usage
php ebs-php volumes:list (see all your volumes)
php ebs-php volumes:list --cache (save your volumes locally for snapshotting)
php ebs-php volumes:list --show-cached (show all volumes in the local cache)
php ebs-php scheduler:run (check if there are any commands that need to be ran right now and execute them)
CRON jobs
Check for volumes to snapshot every minute
* * * * * php /path/to/ebs-php volumes:snapshot >/dev/null 2>&1
All versions of ebs-snapshot-automation with dependencies
PHP Build Version
Package Version
Requires
aws/aws-sdk-php Version
^3.18
symfony/console Version ^3.0
illuminate/console Version ^5.2
mtdowling/cron-expression Version ^1.1
vlucas/phpdotenv Version ^2.2
symfony/console Version ^3.0
illuminate/console Version ^5.2
mtdowling/cron-expression Version ^1.1
vlucas/phpdotenv Version ^2.2
The package codebridge/ebs-snapshot-automation contains the following files
Loading the files please wait ....