AWS IAM lets you manage users, groups of users, and access permissions for various AWS services and resources. You can also use IAM to centrally manage security credentials such as access keys, passwords, and MFA devices. Recently AWS has released IAM with web console which makes it easier to manage […]

AWS IAM ( Identity and Access Management )


RETURN TO PART-1 Installation/Configuration of Saturn (mysql slave) yum install -y mysql-server Update the following values in /etc/my.cnf server-id = 2 start the mysql server Export the db dump. cat universe.sql | mysql Configure SSH Tunneling. Here, we will use a local user account adduser sqltunel su – sqltunnel ssh-keygen […]

Mysql Replication using SSH Tunneling