Day 6 - AWS ECS and ECR with Cloudwatch logs for Node JS ApplicationFirst we have to create EC2 Instance just for build docker and push pull images of docker. After that we we have to connect our EC2 instance through ssh Clone the repositary of our project from github Here you can see all files are in my local now...Sep 9, 2025·3 min read
Day 1-AWS Basic to advancedAmazon Web Services (AWS) is one of the most popular cloud platforms, providing businesses with tools and services to run their websites, apps, and databases in the cloud. AWS offers different pricing models, and understanding them can help businesse...Mar 13, 2025·4 min read
Day 4 - Basic Linux Shell Scripting for DevOps EngineersWhat is Kernel? The kernel in Linux is like the heart of the operating system. It controls how the computer uses its hardware, manages memory, and allows programs to run. It acts as a bridge between your software (like apps) and the physical parts of...Jan 20, 2025·2 min read
DAY 3-Basic of linux command with twistTask: What are the Linux commands to 1.View the content of a file and display line numbers. 2.Change the access permissions of files to make them readable, writable, and executable by the owner only. 3.Check the last 10 commands you have run. 4....Oct 3, 2024·2 min read
Day 2-Introduction of Linux and Basic CommandsWhat is linux? Linux is an open-source Operating system based on Unix. It's widely used on server and other applications because it is stable and secure.Linux is created by Linus Torvalds. It is multi-user operating system and multi-tasking. we learn...Aug 16, 2024·1 min read
Day 1-Introduction of DevOpsWhat is DevOps? DevOps is a culture in which development and operation teams collaborate so that the code building, testing, deployment processes become much more smoother and the time taken to reach the market is reduced. What is Automation, Scaling...Aug 13, 2024·1 min read