I recently discovered that we can encrypt ec2 sessions launched via AWS Systems Manager. I figured it needs a few things in place to make it happen, A KMS key to be used for encrypting sessions with the following policy attached to it. Refrence...
Networking Architecture – Hybrid
Yet another interesting architecture including AWS services like AWS Site-to-Site VPN, PrivateLink and Transit Gateway. This solution enables connectivity between a Corporate Data Center and workloads deployed in AWS Environment. Let’s say we want...
Infrastructure as Code (IaC) to deploy Managed EKS Cluster and Node Group on AWS – Part 2
Hi friends 👋, let's continue building our EKS environment by deploying managed EKS Node Groups in AWS. Continuing on from where we left before in Part 1 , we will now use a Cloudformation template to deploy EKS Addons ( CNI plugin ) and then a...
Infrastructure as Code (IaC) to deploy Managed EKS Cluster and Node Group on AWS – Part 1
Hey fellow developers 👋, we know that Kubernetes is being adopted by many organisations worldwide in an attempt to simplify orchestration and management of container based applications. AWS has its own version of Kubernetes called EKS where we have...
Recent Comments