Caching from Base Branch in GitHub Actions for YarnCaching from the base branch in GitHub Actions for Yarn offers significant benefits for DevOps engineers. By moving away from PR-based…Jul 3, 2023Jul 3, 2023
How to set up a NAT Gateway in AWS with TerraformIn this post we are going to setup a NAT Gateway in AWS, using Terraform. Before we begin, I would like to explain what a NAT Gateway is…Dec 3, 2022Dec 3, 2022
How to setup Github Actions for AWS ECSIn this post we are going to setup our repositories Github Actions to setup the CI/CD for our ECS services.Nov 23, 2022Nov 23, 2022
How to setup AWS ECS Fargate Service with TerraformIn this post, we will setup ECS Fargate service, task definition, ALB, target group and the other things we are going to need. I will be…Nov 23, 2022Nov 23, 2022
How to setup AWS MemoryDB for Redis with TerraformIn this post I will launch a MemoryDB with Terraform then connect to it with using dotnet.Nov 6, 2022Nov 6, 2022
Add this AWS ECR Lifecycle Policy for cost reductionIn AWS ECR all pushed images are stored in the ECR. It does not matter it is currently used or not. But AWS charge you for storing these…Oct 25, 2022Oct 25, 2022
Create an OpenVPN Server with SSL in EC2 within 5 minutesIn this post I am going to create an OpenVPN server with EC2. I will be using Terraform and I will be assuming that you have the default…Oct 17, 20221Oct 17, 20221
How to Setup Terraform Cloud With GithubIn this post I am going to open a terraform cloud account and integrate with it the github repository which contains the IAC(infrastructure…Oct 16, 2022Oct 16, 2022
How to setup Prometheus and Grafana in EC2 and Use Service Discovery with ECS Fargate / Part 2In the first part we have set up prometheus and configured it. In this part we are going to use service discovery to discover the targets…Oct 16, 2022Oct 16, 2022
How to setup Prometheus and Grafana in EC2 and Use Service Discovery with ECS Fargate / Part 1Hello, first of all, I will use .NET as an example metric source in this article, but use the way to get metrics with whatever technology…Oct 16, 2022Oct 16, 2022