Setting up an Akka Cluster on AWS EKS

A complete step-by-step guide to provisioning an Amazon EKS cluster, ECR repository, RDS PostgreSQL database, and deploying Akka SDK agentic AI workloads with observability, autoscaling, and security best practices.

February 11, 2026 · (updated February 12, 2026) · 35 min · 7345 words · Pradeep Loganathan

DynamoDb - RUNNING locally using docker

DynamoDb from AWS is a major player in the cloud NoSQL database market. It can scale globally and is blazing fast when used appropriately. There are a bunch of reasons to use Dynamodb locally, the primary ones being development cost and integration testing. DynamoDB does not have a desktop install, however thankfully, AWS has created a Docker image to enable running DynamoDb locally. To run DynamoDb locally pull the docker image using the command ...

January 27, 2020 · (updated December 21, 2024) · 2 min · 347 words · Pradeep Loganathan
AWS CloudFormation

AWS CloudFormation

AWS CloudFormation is an IaC tool for creating AWS resources in a declarative way.

May 30, 2017 · (updated December 21, 2024) · 6 min · 1232 words · Pradeep Loganathan