DEPLOYING WEB SERVER WITH TERRAFORM

DEPLOYING WEB SERVER WITH TERRAFORM
IntroductionThis guide provides a step-by-step explanation of how to use Terraform to deploy an AWS EC2 instance with a security group that allows HTTP traffic. The configuration automates the setup o...
0 Read More

Setup OpenVPN AS on AWS

Setup OpenVPN AS on AWS
Here’s an example of setting up an OpenVPN Inc. Access Server behind an Application Load Balancer which let the Admin/User login the web portal in a secure manner, and a Network Load Balancer which ...
0 Read More

Building AWS Lambda Functions

Building AWS Lambda Functions
From your Local to the Cloud Building software is one of the most rewarding creative activities you can do. One the reasons I love building tech solutions is that you can create awesome stuff...
0 Read More

Cloud Computing vs Virtualization

Cloud is metaphor for combination of multiple data centers where the information is stored. A data center has many physical servers, connected to internet network, to provide the cloud services. The d...
0 Read More

A brief introduction about Argo CD

Argo CD: A Declarative Continuous Delivery Tool for Kubernetes Argo CD is a popular open-source continuous delivery (CD) tool that automates the deployment of applications to Kubernetes clust...
0 Read More