by Joel | Jul 9, 2019 | aws, MySQL
We are going to see how we can migrate an existing database on MySQL / MariaDB to an already running RDS Instance on the AWS. Take the MySQLdump of the needed database. mysqldump -u username -p databasename –single-transaction –quick...
by Joel | Nov 17, 2018 | aws, cPanel/WHM, Mail service
In this post we will see how we can configure some domains in the server to relay through the amazon ses service and other domains which we dont want to go through ses to send via the local exim MTA. First create the file /etc/excludeindomains and add the domains...
by Joel | Jul 16, 2018 | aws
Taking automatic snapshots of ec2 volumes is currently not as ‘automatic’ as the case with an RDS instance in which we can fully automate it. However with AWS Ops Automator and CloudFormation, we can come up with a solution to automate the creation /...
by Joel | Jul 15, 2018 | aws, MySQL
The Amazon RDS ( AWS RDS ) – Managed relational database service from aws is a real blessing these days. Since its managed by aws, you don’t have to worry about the patching / administration / backups / restore aspects of it. All you need to do is upload...