Hacker News new | ask | show | jobs
by karlclement 1782 days ago
This is amazing, can't wait to setup my DevOps processes to be triggered by Abbot commands. Winner winner.

Can I use Abbot along with Terraform on ECS? Would love to setup some deploy scripts

1 comments

Thanks! I'm not too familiar with Terraform on ECS, but if there's an API, then you can script it with Abbot.

For example, we have an existing package that uses the GitHub deploy API to deploy software https://ab.bot/packages/aseriousbiz/deploy

If you trigger your deploys using GitHub's API, then you could just use that skill. Otherwise, you can copy that skill's code and adapt it to your needs. Hope that helps!

(In case it's not clear, I'm the "Phil" in the post) :)

Thanks Phil, this is awesome. I'm sure I can leverage AWS API/cli. Also could be a great fit to use Github Actions along with Abbot
boto3 is available in Python skills too, so there's probably a shortcut there for you :)