Hi Odoers,
My application is deployed in an AWS EC2 instance where as the database is in an RDS instance. I have changed the config file to connect to the database where I have given the db_host, db_user and db_password.
But I don't want to keep them in the config file that too in a readable format. So I want to fetch the database credentials from AWS Secret Manager to establish the database connection while I am running the services.
Is there a way to achieve this.