How to Open Port in Amazon EC2 instance
By default Amazon EC2 only allow port 22 (SSH) on Linux servers and port 3389 (RDP) on Windows Instances. All other ports…
By default Amazon EC2 only allow port 22 (SSH) on Linux servers and port 3389 (RDP) on Windows Instances. All other ports…
To white list an IP in Amazon AWS security group using aws command line tool, run aws ec2 authorize-security-group-ingress –group-id SECURITY_GROUP_ID_HERE –protocol…
Once you resize the disk in the Amazon AWS console, it gets auto resized on reboot. Sometimes this won’t happen, you have…
To verify Apache module is loaded, run [root@ip-172-31-29-220 ~]# apachectl -M | grep deflate deflate_module (shared) [root@ip-172-31-29-220 ~]# Create file vi /etc/httpd/conf.d/gzip.conf…
Install postfix with apt-get update && apt-get install postfix libsasl2-modules -y Update postfix config with sed -i “s/default_transport = error/# default_transport =…
Disk read/write speed in Amazon EFS depends on how much data you have on the file system. Amazon EFS have something called…
awscli is a command line tool for Amazon AWS. To install, run Create a virtual environment and activate it Install awscli with…
When your cpanel server is behind nat, for example Amazon EC2 where you have an internal IP and External IP. Go to…
When assigning Elastic IP in Amazon AWS, I get an error The maximum number of addresses has been reached. This is because…