Identity and Access Management (IAM)#1 AWS Certified Solutions Architect - Associate (SAA-C03) 1️⃣ What is IAM?Identity Access Management is used to manage users and manage access to users. 2️⃣ What is a "Root Account"?The root account is the email address that you use to sign up for t...Aug 14, 2023·2 min read
Microservices K8 v 1.1What is Microservice Microservice architecture is a modern approach to software development where an application is divided into smaller, independent services that can be developed, deployed, and scaled independently. Each microservice focuses on a s...May 23, 2023·7 min read
Managing AWS IAM User Permissions Using Groups and PoliciesIn AWS IAM, managing user permissions using groups and policies involves creating groups, attaching policies to groups, adding users to groups, and utilizing fine-grained permissions through inline policies. This approach provides centralized control...May 18, 2023·2 min read
Creating a "To do" Application Docker filegit link: https://github.com/narkhedeakshay26/node-todo-cicd.git Create a docker file for Node.js Use the git clone command to clone the repository $git clone https://github.com/narkhedeakshay26/node-todo-cicd.git Then we will start creating a Docke...May 14, 2023·2 min read
Creating a docker file of React Django appPre-requisite: EC2 instanceGit: HTTPS: https://github.com/narkhedeakshay26/react_django_demo_app.gitSSH: git@github.com:narkhedeakshay26/react_django_demo_app.git Clone the project: $git clone https://github.com/LondheShubham153/react_django_demo_app...May 12, 2023·2 min read