Secrets in AWS: A Safer Approach with Secrets Manager & Parameter Store

Background In recent years, teams have transformed how they build and deploy applications. With the rise of containerization and cloud platforms, development teams can now deliver software faster, scale more efficiently, and iterate rapidly. However, many organizations still overlook a critical aspect: How do we securely manage sensitive data such as passwords, API keys, and…

Is Your Docker Image Secure? Simple Ways to Scan Vulnerabilities Before Deployment

Background In recent years, a lot of companies are moving toward microservices and cloud-native architecture to accelerate delivery. Most of them use Docker. But there is an issue: Security is often treated as an afterthought, not part of the development lifecycle. In reality: Many public Docker images contain known vulnerabilities (CVEs) Developers frequently use base…

Introduction to AWS Organization

Overview AWS Organizations help manage multiple AWS accounts under one entity. With this feature, you can organize accounts, apply security policies, and optimize billing. Prerequisite Before starting, ensure you have: AWS accounts Legitimate (valid) email address Implementation Create AWS Organization We need to create an organization first as the root. Go to AWS Organizations, then…

Deploying ArgoCD on AWS EKS

Introduction ArgoCD is a continuous delivery tool that implements GitOps. It enables the automated deployment and synchronization of the application manifest from Git repository to our Kubernetes cluster. ArgoCD ensures the consistency and reduces manual intervention. While ArgoCD is cloud-agnostic and can be deployed for any Kubernetes cluster, we will deploy it on AWS Elastic…

Creating Multiple Users with Dynamic Inventory on EC2 AS using Ansible

Overview Ansible is an IT automation tool. It can be used for configuring system, deploying software, or orchestrating more advanced IT taskssuch as continuous deployments. Before we followed the instructions, we must prepare these as prerequisites. Prerequisites EC2 AWS (In this simulation, i use 3 instances. (2 ubuntu – 1 master and 1 target; 1…

Gaming Mode – AWS Card Clash

Overview As an introduction, I wanna say that I love games. Whatever the genre, like Action, RPG, FPS, Adventure, Strategy, etc. I love them all. I feel competitive when playing these games. At the same time, as an engineer, I need to explore and learn about the technologies. Gaming Session!!! Recently, I found interesting thing…