I am writing a small webapi in c#, that using mongodb as the storage, and I am wondering where to store the connection string. I know I can use the webconfig, and change between configuration per debug and release. But, I found this link that show how to load java properties file from a s3 bucket.
So I am wondering if it also possible when using beanstalk, and if so - does this is the best practices? This is the first time I am deploying something to aws, until now I used azure, where you can use the cscfg file for that purpose.
Thanks, Omer