Connect to external database

Our DB is hosted on AWS Aurora Database.
Now I want to connect to that database so that I can pull out data and create report dashboard in PEGA.
I need steps to connect to this database.

Please watch this Product How-To video, I think it will help get you connected How to integrate with external resources | Pega

There is information available here that should be helpful for this task Sourcing data | Pega Academy

  1. Aurora DB connection details

  2. Network access from PEGA to AWS

  3. JDBC driver setup in PEGA

  4. External Database configuration in PEGA

  5. Report/Data Page configuration

Hi @SheelK871 : Refer to this to connect pega to external DB. Pegasystems Documentation

Do note that this will work only if the network connectivity can be established between your Pega nodes and the external DB over JDBC. If not, you need to do a different solution.

Do also take note on the data volume to process over the network during design.

Thanks.