Create and delete snapshots according to retention plan. IAM account: In the AWS Management Console, go to IAM service. On the right side click on […]
Category: Centos
Fix Amazon EC2 SSH login
Blocked myself with CSF firewall on a Centos 7 server. With the “Run Command” feature was not available, and no web terminal or VNC console […]
Install SSMTP on Centos 7
Add the repo if it’s not added: yum install epel-release -y Install: yum -y install ssmtp (yum install mailx) if not installed Configure: alternatives –config […]