admin

AWS API Gateway Websocket & Lambda Terraform

In this blog post, we will explore the seamless integration of AWS API Gateway Websockets with Lambda functions using Terraform. Dive into the world of serverless communication as we guide you through the setup, configuration, and deployment process, unlocking the power of real-time, bidirectional communication for your applications. Whether you’re a seasoned developer or just …

AWS API Gateway Websocket & Lambda Terraform Read More »

WordPress & MySQL Setup With Kubernetes

Github Source Code : https://github.com/NadunOvitigala/wordpress-mysql-kubernetes-ingress-yaml/tree/main How to run Clone the repo to your local Apply and Verify Edit /etc/hosts like bellow Get node Internal IP Edit /etc/hosts like bellow Type wordpress-local.com URl on you browser. Source Code Explain wordpress-deployment.yaml This section defines a Kubernetes Service named “wordpress-service.” A Service is used to expose a set …

WordPress & MySQL Setup With Kubernetes Read More »

Build a Simple Serverless Web Application

Let’s Start the Journey CodeCommit AWS CodeCommit is a fully managed source code repository service provided by Amazon Web Services (AWS). It enables developers to securely store, manage, and collaborate on Git repositories for their software projects. With features like access control, branch management, and integration with other AWS services, CodeCommit simplifies version control and …

Build a Simple Serverless Web Application Read More »

AWS ASG Desired Capacity Scheduling Using Lambda and EventBridge Scheduler

Pre-Production servers ( ex: Development and staging servers ) should not be running outside of development hours, as this wastes resources and incurs unnecessary costs. Scheduling these servers to be up only when needed can save significant amounts of money, especially for organizations with large server infrastructure Setup AWS Lambda Logging to AWS Console and …

AWS ASG Desired Capacity Scheduling Using Lambda and EventBridge Scheduler Read More »

AWS VPC Public Private Subnets Terraform Resources

Github : https://github.com/NadunOvitigala/aws-vpc-public-private-subnets-terraform-resources/tree/main Clone the git repository and run, Code Explain Select your region to deploy VPC Choose name and CIDR block Creating public subnet Creating private subnet Creating internet gateway to access internet Allocate elastic ip for nat gateway Creating nat gatway Creating route internet gateway to public subnet Creating route public subnet to …

AWS VPC Public Private Subnets Terraform Resources Read More »

Create Compute Engine on GCP

Compute Engine on Google Cloud Platform (GCP) is a powerful virtual machine (VM) offering designed to meet the compute-intensive needs of businesses. With seamless scalability, it allows users to quickly adjust resources to match demand, ensuring optimal performance for applications and workloads. Leveraging Google’s global infrastructure, Compute Engine enables low-latency connectivity and reliable delivery of …

Create Compute Engine on GCP Read More »

Terraform Install & AWS Setup on Ubuntu

What is Terraform Terraform is an open-source infrastructure-as-code (IaC) tool created by HashiCorp. It enables developers and operators to define and manage their infrastructure resources in a declarative and version-controlled manner. With Terraform, you can codify your infrastructure requirements using a simple and human-readable configuration language. In essence, Terraform allows you to treat your infrastructure …

Terraform Install & AWS Setup on Ubuntu Read More »