systemctl status firewalld systemctl stop firewalld systemctl disable firewalld systemctl start firewalld systemctl enable firewalld
View More RHEL 8 / CentOS 8 firewall commandsConnect to AWS EC2 postgres
If you can’t connect to aws ec2 instance: vi /var/lib/pgsql/12/data/postgresql.conf listen_addresses = ‘*’
View More Connect to AWS EC2 postgresEnable root Access for Linux Instances
AWS doesn’t grant root access by default to EC2 instances. This is an important security best practise. Users are supposed to open a ssh connection…
View More Enable root Access for Linux Instances