Tag: Automate

10 Killer AI APIs to Automate Your Daily Problems

Automate your daily tasks and solve problems with AI power. In today's world, bots can create Beautiful Images, and music, edit your photos, remove noise from audio, and much more with just a few lines of code. In this article, I will present 10 Killer AI APIs for the Automation of Your Dai...

Automate Certbot generated SSL Certificate Renewal with, AWS Systems Manager, AWS EC2 and Terraform

Overview The following solution can be implemented on AWS to schedule a renewal for SSL Certificates generated with Certbot and the Certbot certbot-dns-route53 plugin. What is Certbot ? As per the official Cerbot website, Certbot is a free, open source software tool...

Automate Certbot generated SSL Certificate Renewal with, AWS Systems Manager, AWS EC2 and Terraform

Overview The following solution can be implemented on AWS to schedule a renewal for SSL Certificates generated with Certbot and the Certbot certbot-dns-route53 plugin. What is Certbot ? As per the official Cerbot website, Certbot is a free, open source software tool...

Automate versioning of Terraform with GitHub actions

Automate versioning of Terraform in a GitHub repo with the use of GitHub Actions and Semantic Release. GitHub Actions will automate the process of running Semantic Release on commits to a chosen branch, and Semantic release will create a Git Tag, and a GitHub Release with release notes about ch...