Following topic will discuss how to Backup and Restore PostgreSQL Databases directly in S3. This topic will help you to leverage AWS S3 -IA storage to use as Backup Storage for any number of PostgreSQL databases running under an instance. This topic will cover PostgreSQL Instance running on EC2 or… Continue Reading PostgreSQL Database Backup to S3 and Restore from S3 using simple shell script

Following article will describe how to start EC2 Instances on schedule using Lambda and send the public IP  instantly to multiple recipients over email using SNS. This activity will help to schedule start EC2 instances on a particular time during weekdays and send the public IP of the instances to… Continue Reading Lambda to Start EC2 Instances on schedule and send instant public IP over email to multiple recipients using SNS

Introduction If RDS Instances is AWS keep running without 24×7 usage, it can cost you very high in AWS billing. Take following example how idle RDS instances can cost you:- Lets take a medium sized RDS instance db.m4.xlarge (4CPU and 16GB RAM) in Sydney region for MySQL engine costs $0.492… Continue Reading Schedule Start & Stop RDS Instances and Save Money