Reputation: 901
My app has outgrown using Visual Studio to deploy it, I need to script it out so it's more reliable and more hands-off.
Does anyone have any links to resources or perhaps a script I could modify for my stuff available?
I've not been able to find in the AWS documentation scripting for deploying apps to ELB.
Thank you
Upvotes: 0
Views: 385
Reputation: 18916
I would recommend giving AWS CLI a try. Documentation on how to use it with elasticbeanstalk is available here.
Upvotes: 1