5 ms·
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 l
by karlclement 5y 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
- haacked 5y agoThanks! 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 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) :)
- karlclement 5y agoThanks 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
- icey 5y agoboto3 is available in Python skills too, so there's probably a shortcut there for you :)