AWS Load Balancer Controller (AWS ALB Ingress Controller) is a controller to help manage Elastic Load Balancers for a Kubernetes cluster. It satisfies Kubernetes Ingress resources by provisioning Application Load…
DevOps
-
-
In this tutorial we will cover how to set up Fluent bit as a daemonSet to send logs from EKS cluster to CloudWatch logs Prerequisites An existing AWS Identity and…
-
AwsDevOps
How use AWS Systems Manager Automation to create and copy ami cross regions
by Lotfi Waderni December 14, 2021Systems Manager Automation enables you to run a sequence of workflows (AWS API calls, provisioning instances, creating buckets, and triggering Lambda functions) through the convenience of a single SSM Automation…
-
Automation ToolAwsDevOps
How to Identify Unused AWS EBS Volumes with a Lambda Function
by Lotfi Waderni August 23, 2021Unused Amazon EBS volumes contribute to AWS costs. The lifecycle of EBS volumes can be independent of Amazon EC2 compute instances. Therefore, even if the EC2 instance associated with the…
-
Problem Region does not seem to be available for aws module boto. If the region definitely exists, you may need to upgrade boto or extend with endpoints path . Resolution…
-
Ansible Tower / AWXAutomation ToolDevOps
How To Create A Microsoft Teams WebHook Notification For Ansible Tower?
by Lotfi Waderni March 21, 2021In this quick tutorial, we will show you how to create a Microsoft Teams WebHook notification template in your Ansible Tower (AWX). In order to allow Ansible Tower (AWX) to…
-
In this quick tutorial, we are going to show you how to change the default Rundeck admin password Changing Admin default Password 01- First take a backup of the file…
-
Automation ToolCentos/RedhatDevOpsLinux
How to install Rundeck on centos 8
by Lotfi Waderni June 24, 2020Rundeck is an open-source software Job scheduler and Run Book Automation system for automating routine processes across development and production environments. It combines task scheduling, multi-node command execution, workflow orchestration…
-
Jenkins is an open source, Java-based automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pipeline. This tutorial demonstrates the steps of…
-
Docker Compose is a tool for defining and running multi-container Docker applications. With Docker Compose, you use a YAML file to configure your application’s services. Then, with a single command,…