cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cannot connect the Database to the controller

SRE.DevNet
Builder

Hello ,

 

I would like to setup a monitor for my AWS RDS Mysql  .  I followed the guide to setup a VM in my AWS platform to run the Agent . 

 

I confirmed the Agent can reach out to both the Appdynamic Controller and the AWS RDS Mysql .

 

However in the last step , it shows failure to connect the database to the Appdynamic Controller .  

 

Any idea ? Is it required to open the AWS RDS Mysql to the public ? Because currently the RDS mysql is running within private VPC which can be connected only from the VM which is running the agent .

 

2 REPLIES 2

Mario.Morelli
Architect

Hi there

 

Can you advise which database agent you installed in the VM, with connectivity to the AWS RDS MySql?

Did you install and start the database agent, and you can see it is connected to the Controller?

 

In the AppD Controller, if you view the database agents from the "Appdynamics Agents" menu, do you see it listed there?

 

Please validate this first, before troubleshooting the database collector to MySQL.

 

The database agent does the connection to the MySQL Database, and feeds the data to the AppDynamics Controller. No need to open the Database to be public.

 

Ciao



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Learn more about me in the Community Member Spotlight Q & A

Hello,

 

I  have figured out where the problem.  Our AWS RDS doesn't enable SSL for connection . 

So I need to use JDBC and disable the SSL  for connection . And it works in my case .