Sentora Support Forums

Full Version: Sentora with MySQL AWS RDS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We have installed Sentora Cpanel of AWS EC2. It satisfies all our requirement but only one thing needs to be done.
Using cPanel, we can create n number of database. But we want to create those on AWS RDS from CPanel interface.
Where we can change this setting?
To create the DB's we use:

https://github.com/sentora/sentora-core/..._databases

And it's tied with Mysql_user

The problem lies there. As it will require having the root to manage the db server currently, while you cannot do that with AWS RDS as you will need to rewrite the module to use AWS RDS.

The idea is intersting but we can't do that currently, the solution is wrapping amazon AWS & you will need to store somewhere the token you use to attack amazon RDS.

M B