Skip to content

EKS AI Langchain - Part 2 Setting Up EKS Cluster with Terraform

Deploying AI applications on Kubernetes provides scalability and efficient resource management. I'll explore setting up an Amazon EKS (Elastic Kubernetes...

Read more
EKS_AI-part-3

EKS AI Langchain - Part 3 Deploying AI Langchain Applications on EKS

Now that we've set up a robust and scalable Amazon EKS cluster using Terraform, it's time to deploy AI Langchain applications. This article will guide you...

Read more

EKS AI Langchain - Part 4 Optimizing and Securing AI Deployments on EKS

In previous articles, I set up a robust Amazon EKS cluster and deployed AI Langchain applications. This article will focus on optimizing and securing your...

Read more

GitHub Action Runners on AWS EKS

Today, I will show you how to use GitHub Action Runners on AWS EKS (Elastic Kubernetes Service). To make this work, we will need a few other components...

Read more

Inter-Region WireGuard VPN in AWS

Let's start by defining Inter-Region VPN and what we are doing today. Reading the title, you are probably asking why VPN? Why not peering or Transit Gateway?...

Read more

Making PDFs Searchable Using AWS Textract and CloudSearch

If you have PDFs and want to make them searchable, provide the search functionality on your website or for internal use. This is what we are doing today...

Read more

Slack AI Bot with AWS Bedrock Part 2

In part one of this blog, we set up Slack events to connect to AWS Bedrock, but we did not have a conversation system, so any message sent to the LLM...

Read more

Using Amazon ElastiCache for Redis as a Session Cache-Store - Part 1

Introduction This guide will show you how to use Amazon ElastiCache for Redis as a distributed cache for user session management. You will use...

Read more

Using Amazon ElastiCache for Redis as a Session Cache-Store - Part 2

This is the second and final part of our series on Using Amazon ElastiCache for Redis as a Session Cache-Store. The first article discussed what...

Read more