Tag: AWS (Page 2 of 5)

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 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 launch AWS EKS Cluster and connect to EFS using PHP

Last updated on October 22nd, 2024 at 12:21 pmIn this tutorial we will take a look at how to AWS EKS cluster and connect to EFS using PHP. We are using eksctl command line tool and at the end deploy a sample PHP application. For pods to have EFS storage we need EFS CSI Driver […]

How to copy AWS Security Group rules to different region

Last updated on October 21st, 2024 at 09:38 amThis is a quick tutorial on how to copy AWS Security group rules to different region. Its pretty simple to manually add each rule but its a pain if you have a lot of them and will be impossible to copy paste to a another region. Note […]

« Older posts Newer posts »