Yuvrajlearning-aws-with-abhishek.hashnode.dev·Oct 4, 2024Securing Your AWS Environment: Security Groups & NACL - Day 6 RecapHey everyone! 🔒 I'm back with another update on my AWS journey, and today's focus was on AWS Security Groups and Network Access Control Lists (NACLs). In Day 6 of Abhishek Verramalla's AWS playlist, we dove deep into how to secure your AWS resources...DiscussAWS
Pinappareddigari Lasya priyafundamentals-of-cloud-computing.hashnode.dev·Oct 3, 2024Virtualization in DevOps /How it helps/ Benefits and Challenges of Virtualization/ Day-2 / #DevopsLearningWhat is Virtualization? Virtualization is the process of creating several virtual systems on a single server. This practice maximizes a physical machine’s capacity by distributing its resources between multiple users and environments. DevOps teams u...Discuss·1 likevirtualization
Pinappareddigari Lasya priyafundamentals-of-cloud-computing.hashnode.dev·Oct 2, 2024Introduction to DevOps /Why DevOps/Improve SDLC with DevOps/Day-1/#DevopsLearningWhat is DevOps? DevOps is not a new tool/Technology in the market. DevOps is combination of development and operations. It is a new culture or process to develop, release and maintain software products/projects/applications with high quality in very ...Discuss·11 likesDevops articles
Rohan Tambatrohantambat.hashnode.dev·Oct 1, 2024Unlocking the Shell: Essential Scripting Techniques - Part 1Introduction to Linux Shell and Shell Scripting When we use any major operating system, we usually interact with the shell without even knowing it. For instance, when we use Ubuntu or other Linux versions, we use the terminal to talk to the shell. In...Discuss·1 like·30 reads#trainwithshubham #devops #linux #linuxsystemadministration #linuxadministrator
Yuvrajlearning-aws-with-abhishek.hashnode.dev·Sep 26, 20244. Mastering AWS: Exploring Amazon S3 - Video 4 RecapHey everyone! 👋 I’ve just completed Day 4 of my AWS journey with Abhishek Verramalla's playlist, and this video had one of the best explanations of VPCs (Virtual Private Cloud) I've come across. Understanding networking in AWS is crucial, and Abhish...DiscussAWS
Yuvrajlearning-aws-with-abhishek.hashnode.dev·Sep 22, 20243. AWS Essentials: Launching an EC2 Instance - Video 3 RecapHey everyone! 🌟 Continuing my journey with Abhishek Verramalla’s AWS playlist, I’ve just completed the third video, where we took a deep dive into one of the most critical services in AWS — EC2 (Elastic Compute Cloud). This video was packed with val...DiscussAWS
Yuvrajlearning-aws-with-abhishek.hashnode.dev·Sep 20, 20242. AWS Deep Dive: Exploring the AWS Management Console - Video 2 RecapWelcome back, everyone! 👋 I’m continuing my AWS learning journey with Abhishek Verramalla's AWS playlist, and I just finished watching the second video. In this post, I'll walk you through what I learned from the video and share some insights. Video...DiscussAWS
Yuvrajlearning-aws-with-abhishek.hashnode.dev·Sep 20, 20241. AWS Journey Begins: Learning with Abhishek Verramalla - Video 1 RecapHey everyone! 🎉 I've just started an exciting journey into AWS (Amazon Web Services) by following Abhishek Verramalla's AWS playlist. In this post, I'll recap what I learned from the first video in his series and share my takeaways. Video 1: Introdu...DiscussAWS
Ravi Kumar Srivastavarocket9.hashnode.dev·Sep 2, 2024Mastering Docker: Concepts, Architecture, and Installation GuideWhat is Docker? Docker is a containerization platform that provides easy way to containerize your applications, which means, using Docker you can build container images, run the images to create containers and also push these containers to container ...Discuss Abhishek Veeramalla
Ravi Kumar Srivastavarocket9.hashnode.dev·Sep 1, 2024Introduction to Containers.What is a Container? A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalo...DiscussDevops