I'm looking to find a way to share secrets from between ElasticBeanstalk applications.
My current thought process is to have an ebextension file and have that run in each of my applications to populate these shared secrets, but I'm wondering if there is a way to have shared environment variables in some form or another.
Any insight would be much appreciated.