Environment Variable Limit (50) in AWS App Runner — Any Way to Increase?

0

Hi AWS Team,

I’m using AWS App Runner and have run into a hard limit of 50 environment variables. Once this limit is reached, the “Add variable” button disappears from the console.

In my use case, each environment variable corresponds to a separate configuration value that my app needs. I previously used ECS with a .env file stored in S3, but now I’m migrating the setup to App Runner.

My current requirement involves more than 80 configuration values. Could you please advise:

Is it possible to increase the environment variable limit in App Runner?

Or what’s the best practice for managing more than 50 variables when using App Runner?

Any guidance would be greatly appreciated!

1 Answer
3

How about considering AWS AppConfig for Centralized Config Management:

  • Store configurations centrally in AppConfig.
  • Fetch and apply them within your App Runner service as needed.
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions