Browse through the following topics to configure AWS RDS as a database backend in Applications Manager:
Note: Make sure to verify the DB permissions required to run Applications Manager. Learn more
The following steps are to connect to the AWS RDS PostgreSQL database as a backend in Applications Manager which is installed in an AWS EC2 Instance and is in the same network (AWS VPC):
Note: Unselect the Launch option in the Installation setup after choosing bundled PostgreSQL as the backend. This step is to avoid creating all the Applications Manager-related tables in the bundled PostgreSQL DB.
Note: Make sure that the DB port 5432 is open to make the necessary connection to it from the Applications Manager server.
am.db.port key, if required.
am.dbport.check=true with am.dbport.check=false.am.db.port=15432 with am.db.port=<RDS_port>.From:
url jdbc:postgresql://localhost:15433/amdb?dontTrackOpenResources=true&useUnicode=true&characterEncoding=UTF-8
To:
url jdbc:postgresql://RDSInstanceEndpoint:Port/amdb?dontTrackOpenResources=true&useUnicode=true&characterEncoding=UTF-8
username postgres AppModules to username <RDSDBUserName> AppModulesencryptedpassword appmanager AppModules to password <dbpassword> AppModulesThe following steps are to connect to AWS RDS MS SQL database as a backend in Applications Manager which is installed in an AWS EC2 Instance and is in the same network (AWS VPC):
Note: Make sure that the DB port 1433 is open to make necessary connection to it from Applications Manager server.
Thank you for your feedback!