Introduction As more and more companies are moving towards the cloud to host their applications and services, the need for automation has become increasingly important to reduce human error and improve efficiency. AWS Step Functions is a powerful service provided by Amazon Web Services (AWS) that enables you to build Continue Reading
“cloud automation”
Using Azure Logic Apps for workflow automation
Introduction Azure Logic Apps is a cloud-based service that provides a platform for building workflow automation solutions. It allows you to automate repetitive tasks by creating a sequence of steps that define the flow of data and actions to be taken. Logic Apps provides a vast set of connectors that Continue Reading
Managing your infrastructure using AWS CloudFormation
Introduction AWS CloudFormation is an Amazon service that allows you to manage your infrastructure as code. It lets you describe and provision your AWS resources in a repeatable and automated way, handling dependencies between those resources as well. With CloudFormation, you write templates in JSON or YAML format, which represent Continue Reading