Versions Compared

Key

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

...

If this is your first time connecting you will need to install postgresql in order to connect to RDS:

$ sudo amazon-linux-extras enable postgresql10
$ sudo yum clean metadata
$ sudo yum install postgresqlpostgresql15

Connect to RDS from EC2 Instance

...