Mihir Suratwalamihirsuratwala.hashnode.dev·7 hours agoHow to Use Grep for Searching Data in Files and DirectoriesLast Blog Review → In the last, blog we understood Linux permission table, on how to use the numeric value to simply give read, write, and execute permission to the user, group’s and other user’s using a single command with chmod i.e. change mode use...AWS
Dhruv Moradiyadhruvmoradiya.hashnode.dev·17 hours agoDay 73 - Grafana: A Hands-On Guide to Setting Up Grafana on AWS EC2 🌟If you’ve been following along with our Grafana series, you should now have a solid understanding of the basics—what Grafana is, why it’s used, and its incredible capabilities. Today, we’re diving into the practical side of things with a hands-on tas...90DayofdevopsGrafana
Ahammed Basha Shaikday-11-of-100-days-challenge.hashnode.dev·Dec 21, 2024Automating AWS Resource Tracking with Shell ScriptingIntroduction In the dynamic realm of DevOps, effective resource management is paramount for maintaining operational efficiency and cost control. On Day 11 of the 100 Days of DevOps Challenge, we dive into a practical AWS DevOps project, leveraging sh...Linux
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 20, 2024Terraform Best Practices: How to Leverage Locals, Count, and For_eachPrerequisite: To gain a better understanding, it is advisable to read this blog first: Click here before continuing with this one. GitHub: Refer this repository. Ever felt like Terraform configurations could be simpler or more flexible? Dive into t...locals block
Harsh Soniharshdevopss.hashnode.dev·Dec 19, 2024Easy Steps to Run Minikube and Kubernetes on AWS EC2 for BeginnersWhat is minikube? Minikube is a lightweight tool that spins up a local Kubernetes cluster within a virtual machine (VM). Think of it as your Kubernetes sandbox for learning and testing. Why Minikube?Here are some of its top benefits: Easy to Install...Devops
Timur Galeevtgaleev.com·Dec 18, 2024Building an AI-Optimized Platform on Amazon EKS with NVIDIA NIM and OpenAI ModelsIntroduction The rise of artificial intelligence (AI) has brought about an unprecedented demand for infrastructure that can handle large-scale computations, support GPU acceleration, and provide scalable, flexible management of workloads. Kubernetes ...AWS
Seunoluwaseunmusa.hashnode.dev·Dec 17, 2024Complete one hands-on AWS project before December 31stAre you ready to conclude 2024 with genuine AWS experience? Stop watching tutorials and start building! Before December 31st, complete one hands-on AWS project. Choose Your Project: • Static website using S3 and CloudFront • Deploy a serverless appli...2 likesAWS
Ahammed Basha Shaikday-8-of-100-days-challenge.hashnode.dev·Dec 17, 2024Mastering Shell Scripting for DevOpsIntroduction Shell scripting is a foundational skill for DevOps engineers, enabling task automation and efficient system management. This post outlines key steps to master shell scripting, along with practical use cases in the DevOps ecosystem. Why S...shell scripting
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 17, 2024Connecting EC2 Instances with Grafana for Server MonitoringIntroduction In our previous article, we successfully set up Grafana locally. Now, we will take a step further by connecting both Linux and Windows EC2 instances to Grafana to monitor various server components. This guide will walk you through the pr...2 likesDevops
Yashraj Garnayakdisarj.hashnode.dev·Dec 17, 2024How to Create Path-Based Redirects for AWS Application Load Balancer 🌐What are Path-Based Redirects? 🤔 Path-based redirects allow you to route specific traffic to different servers or target groups based on the URL path. For example: Traffic to / (home page) can be sent to one group of servers. Traffic to /test (tes...AWS#PathBasedRouting