Problem scenario
You want to install Postgres on Linux SUSE. This AWS server is in a security group with the ability to get to the Internet. How do you install PostgreSQL on it?
Solution
1. Log into the SUSE server with the default ec2-user. The default user for AWS SUSE instances used to be root. But now it is ec2-user.
2. Run these five commands (taken from
…
Continue reading “How Do You Install PostgreSQL on an EC2 SUSE (AWS Instance of Linux SUSE)?”