Blogs

AWS IAM user creation …

Sign in to the AWS Management Console Log in to the AWS Management Console and navigate to the IAM service from the “Security, Identity, & Compliance” section. Navigate to the “Users” Section In the IAM dashboard, click on Users in the left-hand menu. Click the Add users …

Deploying a Netflix.

🎉Deploying a Netflix Clone on Cloud with Jenkins: A DevSecOps Journey🎉 I’m excited to share a recent project I completed, where I combined my passion for DevOps, security, and cloud infrastructure to build a Netflix clone deployed on AWS using Jenkins, Docker and Terraform! 🎉 🛠 Tech Stack: AWS EC2 …

How to create variable.

To create variable. export DB_USERNAME=dbuser export DB_PASSWORD=secretpwdvalue export DB_NAME=mydb printenv | grep DB echo $DB_NAME "IF YOU WANT TO SEE" export DB_NAME=NEW-DB-NAME "To change new name" if you want to do it permanently you have to use "Vim" vim .bashrc "at …