Manage env files for load balanced scaling groups – Amazon Web Sevices
I am using aws elb for auto scaling my backend servers. Right now I fetch my environment variables from .env file from the root of my project. Every time I update the env variables I have to update the user…