does Amazon support any kind of automatic scheduled snapshots that can be configured for each single AMI/EBS?
my goal is to have each AMI backup itself regularly without relying on external scripts and similar.
Thanks
|
does Amazon support any kind of automatic scheduled snapshots that can be configured for each single AMI/EBS? my goal is to have each AMI backup itself regularly without relying on external scripts and similar. Thanks |
|||||
|
|
You can use the AWS command-line tools to automate EBS snapshots. Just schedule a cron job or similar to run You can also make API calls over http to do the same thing, if you don't want to install the command line tools. See the link for more information on creating EBS snapshots. http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html |
|||
|
|
|
use this python code
|
|||
|
|