Tag: rajesh

Adding MySQL slave to existing master-slave setup

In this blog, I will walk you over on how to add a new slave to existing Master-Slave replicated databases.  The typical process will be Deploy a new server with MySQL and configure the slave Backup database on …

Data Protection of Containers

Enterprise has started using containers for mission-critical application workloads. As per the IDC survey, 55 percent of IT leaders say they have deployed containers on-premises.  Kubernetes(k8) has made management and deployment of containers easier. Enterprises have started using …

Data Protection Software Key Requirements

There Top Requirements for Data Protection Software: Entreprise’s are moving from the traditional CapEx model to OpEx model. As a result enterprise applications are getting migrated to cloud or SaaS solutions. There is a need for a newer …

RDS vs EC2 Instance

Most important decision when migrating databases to AWS is to decide on running the Database in RDS (DBasS) or in an EC2 Instance (IaaS). In this article, we will see the factors that influence the decision. About RDS: …

Manage AWS Cost Using Nimesa

To manage cost the first approach organization take is to power on/off the resources in non-business hours. It is not difficult to write a simple schedule to power on/off the resources at a specific time. There are many …

Automate Backup of EC2 instances using AWS snapshots

AWS provides the capability to take the snapshot of EBS volumes, but there is some manual effort involved in the process which can result in human error. First approach companies take is to automate using scripts. With ever-growing …