Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·15 hours agoBuilding a Cloud Watch Dashboard for Load Balancers: A Terragrunt ApproachIntroduction :- Amazon CloudWatch Dashboard is a web-based service that allows users to monitor and visualize their AWS resources and applications in real-time.In this guide, we will walk you through the process of creating a CloudWatch dashboard spe...Discuss#CloudWatch
Harshit Sahuharshitsahu2311.hashnode.dev·20 hours agoTerraform Project: Create a Multi-Environment InfrastructureThis blog is your one step solution for Terraform for DevOps Engineers. For Source Code: https://github.com/harshitsahu2311/Terraform-project So, in this blog we are going to make a multi-environment architecture through terraform in AWS. In multi-en...Discuss·37 readsTerraform
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 17, 2024☑️Day 71: Project – Django To-Do List🚀🔹Table of Contents : Introduction Tasks Performed Docker Installation and Configuration Jenkins Installation and Setup Integrating Jenkins with Docker Key Insights Gained Conclusion Today, I made significant progress in completing the next...Discuss·10 likesDevops
Siddhesh PrabhugaonkarforCloud Authoritycloud-authority.com·Nov 17, 2024Using ARM templates to provsion resources in AzureIntroduction Azure Resource Manager (ARM) templates are powerful tools for automating the deployment of Azure resources. Written in JSON, ARM templates define the infrastructure and configurations, enabling Infrastructure as Code (IaC) practices. Let...Discussazure arm
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 17, 2024Terraform State Locking (Part 5)States Terraform uses state to keep track of the infrastructure it manages. To use terraform effectively, you must keep your state accurate and secure. State is necessary for requirements for Terraform to function. It is often asked if it is possibl...Discuss·26 readsTerraform
Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...Discuss·2 likes·85 readsKubernetes
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 16, 2024☑️Day 70: Starting with Projects – Django To-Do List🚀🔹Table of Contents : Introduction Tasks Completed Today Setting up the Project Repository Executing the Django Project in a Python Environment Creating an AWS EC2 Instance Cloning the Project Repository on the EC2 Instance Commands Executed...Discuss·10 likesprojects
Rohitrohit1101.hashnode.dev·Nov 16, 2024Intro to HCP TerraformHashiCorp Cloud Platform (HCP) provides a robust suite of tools to help teams collaborate, maintain security, and ensure compliance. In this comprehensive guide, we'll explore HCP Terraform's key features, focusing on Private Registry, Workspaces, an...DiscussAWS
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 15, 2024☑️Day 69: Terraform for AWS S3 and Meta Arguments🚀🔹Table of Contents : Introduction Task 1: Creating an AWS S3 Bucket Task 2: Understanding Meta Arguments Examples and Real-Time Scenarios Commands Reference Real-Time Use Cases Conclusion ✅What I Learned Today Today, I focused on learning ...DiscussDevops
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 15, 2024Terraform meta-arguments (Part 4)Meta-arguments in Terraform are special arguments that can be used with resource blocks and modules to control their behavior or influence the infrastructure provisioning process. They provide additional configuration options beyond the regular resou...Discuss·26 readsTerraform