The below script is used to create a database manual snapshots on all regions in an AWS account. RDS support automatic snapshots which are very useful for point in time recovery but it does not protect you from accidental deletion of RDS instances. Here are the reasons why we need manual snapshots Accidental RDS InstanceContinue reading “AWS Lambda Python Script to create Database Snapshots”
Monthly Archives: April 2020
AWS Lambda Python Script to Cleanup EBS Volumes
The below is useful lambda function to delete EBS volumes older than ‘x’ days on all regions in the aws account. Hope you enjoyed the post. Cheers Ramasankar Molleti LinkedIn