AppRunner + two DB Instances (RDS)
Hello, I have some question about configuration App Runner Service. I have two DB instances (eg. Oracle and PostgreSQL) and I wonder if I can configure App Runner so that my Web API connects to the specified base by entering environment variables (Key) during configuration? Without interfering with the code itself. I would like to apply one universal Docker image to several App Runner services. EG. App Runner (Key: Oracle, Value: Oracle ConnectionStrings) -> My universal Docker Image -> Oracle DB App Runner (Key: PostgreSQL, Value: PostgreSQL ConnectionStrings) -> My universal Docker Image -> PostgreSQL DB
Hello,
Have you considered using environment variables (under Env)?
Another pattern, though not specifically relating to App Runner, is to have a configuration service / API that returns endpoints dynamically.
Relevant questions
How to use App runner to run code from Github
asked 2 months agoAWS App Runner Stuck
asked 9 months agoEC2 Dashboard says I have NO INSTANCES
asked 2 years agoCan I SSH into my container running on AppRunner?
asked a month agoCreate a github connection for app runner using cloudformation
asked 3 months agoApp Runner Scaling for background service
asked 5 months agoCreate a github connection for app runner using cloudformation
asked 3 months agoAppRunner + two DB Instances (RDS)
asked 2 months agoApp Runner and RDS
asked a year agoHTTP2 in App Runner?
asked 2 months ago