Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ sudo yum clean metadata
$ sudo yum install postgresql

(may need to specify version such as sudo yum install postgresql15) we can find which version is currently supported with

sudo yum search "postgres"

Connect to RDS from EC2 Instance

...