Introduction AWS CodeBuild is a fully managed continuous integration service that allows you to compile, test, and package your code. While CodeBuild

Step-by-Step Guide: Connect to Windows EC2 Instances with Maximum Security & Minimal Hassle
Introduction If you work with Windows in AWS, you must already have a preferred way of connecting to your instances. Whether you

Offload Secret Management to AWS Secrets Manager from Amazon EKS
Introduction Secrets in Kubernetes, are Base 64 encoded. As such, its trivial for anyone with access to the secret objects, to decode

Migrating OpenShift Templates to Helm Charts for Amazon EKS: Design Guidelines & Lessons Learned
Introduction If you’ve been following our blog for a while, you know that we recently completed a large-scale migration of hundreds of

Enforce EBS Encryption Across an AWS Organization
Introduction My team & I manage an AWS organization with 90+ AWS accounts. We recently embarked on a campaign to enforce EBS

Automate EC2 AMI Using SSM Document Automation and EventBridge
We will automate the creation of Amazon Machine Image (AMI) from the EC2 instance through custom System Manager (SSM) document automation and

Create AWS Resources using CloudFormation from SSM Parameter Store
Introduction CloudFormation is generally known as IAC (Infrastructure as Code). We create templates as a blueprint for building AWS resources that are

How to Recover lost Windows EC2 instance Key Pair
Introduction In this article, we will discuss how to connect to EC2 instances if the key pair is lost. The following steps

Explore AWS Snapshot Behavior of Agentless CNAPP Solutions using CloudTrail & Athena
Introduction We recently evaluated several CNAPP solutions for AWS. Many were agent-based, some were hybrid, while some of these were completely agentless.