Mihir Suratwalamihirsuratwala.hashnode.dev·11 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
Munilakshmi G J100daysdevops.hashnode.dev·18 hours agoDay 56 of 100 Days : Exploring Amazon RDS – Relational Databases Made SimpleToday, I ventured into the world of Amazon RDS (Relational Database Service), an AWS service that simplifies setting up, operating, and scaling relational databases in the cloud. If managing databases has ever felt like juggling chainsaws, RDS is her...rds
Shaik Mustafaiaac.hashnode.dev·Dec 20, 2024Day-1 of Terraform Certification JourneyTerraform is a powerful Infrastructure as Code (IaC) tool that allows you to define and manage infrastructure using configuration files. In this blog, we’ll explore how to use Terraform to provision an Amazon EC2 instance, one of the most common use ...Terraform
Jayesh Nalawadejayeshdevops.hashnode.dev·Dec 20, 2024Mastering Ansible: Quick and Powerful Ad-Hoc Commands for Efficient AutomationAnsible Ad-hoc commands An Ansible ad hoc command uses the /usr/bin/ansible command-line tool to automate a single task on one or more managed nodes. ad hoc commands are quick and easy, but they are not reusable. you could execute a quick one-liner ...1 likeDevops Learningansible
Shaik Mustafadevops-cicd.hashnode.dev·Dec 20, 2024From Code to Deployment: The Power of Jenkins in CI/CDJenkins is a powerful tool that simplifies the software delivery process. It’s a flexible platform used for a variety of software engineering tasks, but its main focus is managing CI/CD pipelines. Jenkins ensures that code changes are tested, validat...42 readsJenkins
Munilakshmi G J100daysdevops.hashnode.dev·Dec 19, 2024Day 54 of 100 Days : Mastering AWS CloudWatch – Unlocking Monitoring and ObservabilityToday, I delved into AWS CloudWatch, a comprehensive monitoring service that provides observability for your AWS resources and applications. Here’s what I learned and implemented! What is AWS CloudWatch? AWS CloudWatch is a monitoring and observabil...Cloud
Thaythay.hashnode.dev·Dec 18, 2024Day 12 of My 100-Day DevOps ChallengeIntroduction to Python Programming Python is one of the most widely used programming languages in the DevOps community. It’s known for its simplicity and readability, making it an ideal language for automating infrastructure, deploying applications, ...Devops
Ankit Rajenhance-docker-security-with-dockle.hashnode.dev·Dec 18, 2024🛠️ Enhance Docker Security with Dockle 🚀In the fast-paced world of containerization, ensuring that your Docker images are secure and adhere to best practices is crucial. Enter Dockle—a powerful, user-friendly container image linter that helps you build robust, secure, and efficient Docker ...dockle
Pravesh Sudhapraveshstwt.hashnode.dev·Dec 18, 2024Optimise AWS Costs: Automate Unused EBS Snapshot Cleanup with Lambda💡 Introduction Welcome to the world of DevOps! Today, we’ll dive into an exciting cost optimisation project that tackles a common challenge faced by AWS users—managing unnecessary EBS snapshots. In this project, we’ll create a Python program that au...1 likeDevops
Munilakshmi G J100daysdevops.hashnode.dev·Dec 18, 2024Day 53 of 100 Days : Cloud Cost Optimization – A Practical Approach for DevOps and Cloud EngineersIntroduction: Why Cloud Cost Optimization Matters Cloud platforms, like AWS, offer unparalleled scalability and flexibility. However, without proper cost optimization strategies, organizations can incur unexpected expenses, which defeat the purpose o...AWS