Tag: aws

Protect your WordPress website hosted in Amazon EC2

All websites available on the internet are vulnerable to hacking attempts, DDOS attack, Data loss, This could happen to WordPress websites as well. WordPress has core files, the wp-content folder where the theme, plugin and the user uploaded …

Manage RDS instance using Nimesa

In our previous blog, we saw deployment considerations for Databases on EC2 instance vs RDS. In this blog, we will see how Nimesa can be used to protect your RDS databases as well as manage cost for RDS …

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 …