by yefim on 5/12/16, 10:48 PM with 26 comments
by TheGRS on 5/13/16, 12:59 AM
A lot of people on Github/SO seem to like to set their AWS credentials as env variables in their scripts. I was doing this myself (since it seemed like the established pattern), but then found out aws cli has a --profile option. You store everything in the ~/.aws/credentials file instead of on an env variable and simply switch the profile you use when executing the script.
This works better for me when managing multiple credentials and doesn't allow the off-chance of uploading my credentials to a remote git repo. I was curious if people just didn't know about this option or if setting your credentials within the script is preferred for some reason.
by madeofpalk on 5/13/16, 12:00 AM
It's a really nice mix of not having to worry about the granular infra of Heroku, but still having control of things where you want. It makes setting up auto scaling incredibly easy.
We have a lot of services running on Elastic Beanstalk and have had a lot of success with it.
by philip1209 on 5/12/16, 11:48 PM
by dustingetz on 5/13/16, 2:02 AM
by nhumrich on 5/13/16, 12:39 AM
by sillypog on 5/12/16, 11:29 PM
by rocky1138 on 5/12/16, 11:55 PM
by hepta on 5/13/16, 5:29 PM