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…