Automating EC2 Tasks with AWS EventBridge

Managing and automating tasks on AWS EC2 with AWS EventBridge, allowing us to execute scripts on specific events

More...

Nov 2023

Using Nginx for Geolocation Routing on Ubuntu Server

Walk through the process of setting up geolocation routing on Ubuntu server using Nginx, directing traffic to specific resources based on their location

More...

Aug 2023

Securing WebSocket API with Custom Domain and Certificate in AWS

Implement a WebSocket API with a custom domain and a secure SSL/TLS certificate in AWS, ensuring reliable and encrypted real-time communication for applications.

More...

Aug 2023

Cross-Region CloudFront with Custom SSL Certificates

A comprehensive guide to implementing cross-region CloudFront deployments with AWS provided SSL certificates

More...

Aug 2023

Building CI/CD Pipeline for node application on aws

Create pipeline with code in codecommit, test using codebuild and deploy in ec2 using codedeploy

More...

Jul 2023

Building EC2 Instances with CDK: Managing SSH Key Pairs

Integrate the key pair into your CDK code and establish an SSH connection to the EC2 instance.

More...

May 2023

AWS S3 CDK Gotchas: Grant public read access to s3 buckets

Granting public access to AWS S3 bucket after recent changes in the AWS security policy and ensuring secure configurations for your buckets.

More...

May 2023

Connect to host's postgres from docker

Accessing postgres database in host machine via docker.

More...

May 2023