Page 5 of 57

How to trigger Lambda function from CloudFormation

Last updated on November 6th, 2024 at 08:27 amIn AWS CloudFormation there is a way to run Lambda function as target of a Custom Resource. To get started we need a Service token which is used to invoke Lambda function. To trigger a Lambda function from CloudFormation, you can leverage a Custom Resource in AWS […]

How to set up multiple sources for Helm Chart using Argo CD

Last updated on November 6th, 2024 at 08:28 amIn this tutorial I will walk you through how simple it is to define multiple sources for helm chart deployment in Argo CD.Lets say for instance you need to pull multiple values from different git repositories. This can be accomplished easily using Argo CD. For example, if […]

How to install and configure Jenkins with GitHub in AWS

Last updated on November 6th, 2024 at 08:30 amWe can easily integrate Jenkins to connect to GitHub and pull files from GitHub repository. This is useful to build a CI / CD pipeline. In this tutorial we will first install Jenkins on Amazon Linux 2023 and then setup a connection between Jenkins and GitHub repo […]

How to install Apache, MySQL, PHP (LAMP) stack on Ubuntu 24.04

Last updated on September 5th, 2024 at 10:32 amAs you are aware a LAMP stack means the server has Linux as Operating System and installed with Apache Web Server, MySQL Database and PHP for processing dynamic content. We can easily set these services up and running on an Ubuntu 24.04 Noble Numbat LTS and start […]

« Older posts Newer posts »