Python script to take Amazon volume backup of an instance
Assumption: AWS access key has a privilege to create snapshot. Aws Tag name has to be passed as an argument. Replace aws access key and secret key with proper keys #!/usr/bin/python #Author:Dhanasekaran N #Email:dhanasekaran.n16@gmail.com #Version:1.0 #Here come I……. from datetime import datetime, timedelta import datetime import time from dateutil import… Continue Reading Python script to take Amazon volume backup of an instance