lserman / capistrano-elbas

Deploy Rails apps to AWS AutoScale groups
MIT License
96 stars 67 forks source link

Upgrading to AWS SDK V2 #20

Closed mmartell37 closed 5 years ago

mmartell37 commented 7 years ago

Upgraded source and tests to be compliant with AWS SDK V2. Tested in our production environment, works as expected.

mmartell37 commented 7 years ago

Missing aws_region in TravisCI.

mmartell37 commented 7 years ago

I don't like the previous solution with fetch, and I also want to update to Ruby 2.4.1.

mmartell37 commented 7 years ago

Addresses #13. Also, see #21.

lserman commented 5 years ago

I'm just now coming back to maintain this repository using the new AWS SDK and AWS launch templates. I will not be maintaining the old ELBAS that relied on launch configurations and AWS SDK v1. I also have updated this repository to go straight from SDK v1 to v3 and that's what I will focus on going forward.