Ami CreationLets understand what is AMI: An Amazon Machine Image (AMI) is an image or blueprint that is required to launch an EC2 instance. When we launch an EC2 instance it is required to use AMI. With the help of single AMI we can launch multiple instances. Im...Mar 8, 2024·2 min read
Linux Shell ScriptingLinux Kernel Kernel manages the running of multiple applications and the sharing of resources among multiple users. It controls the interface which manages I/O devices that are connected to the system and also manages file and directories. Shell ...Oct 24, 2023·3 min read
Day 3 of 90DayOfDevOps ChallengeTask: What is the Linux command to solve the below questions? To view what's written in a file. cat file1.txt To change the access permissions of files. chmod 777 file1.txt To check which commands you have run till now. history To remove...Oct 23, 2023·1 min read
Mastering AWS NetworkingImage Credit: Google What is a Network? A computer network is a collection of computing devices that are logically connected to communicate and share resources. for eg, a network is like a national highway system in India that connects various cities...Oct 23, 2023·7 min read
Linux BasicsGreetings, fellow tech enthusiasts! I'm thrilled to share my latest learnings with all of you.Oct 22, 2023·3 min read
Introduction to DevOpsWhat is DevOps: 🚀 DevOps is a revolutionary methodology where Software Development(Dev 👨💻) Team and Operations(Ops 👨💻) team work together in collaboration 🤝 DevOps enables faster and more reliable delivery of high-quality software to end-users ...Oct 21, 2023·2 min read