- Newest
- Most votes
- Most comments
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.
Hey,
Hope you're keeping well.
The 50 environment variable limit in AWS App Runner is a hard service limit and cannot be increased. For workloads needing more configuration values, the common approach is to store them centrally in AWS Secrets Manager, AWS Systems Manager Parameter Store, or AWS AppConfig, then load them at runtime during application startup. This keeps the App Runner environment clean and avoids hitting the console limit. For example, you can store a JSON object with all config values in Parameter Store and fetch it using the AWS SDK in your code before serving requests. This pattern also improves security by keeping sensitive values out of the service definition.
Thanks and regards,
Taz
Relevant content
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated 5 years ago
