SIDDHANT VIJAY SINGHforInfrasity Bloginfrasityblog.hashnode.dev·43 minutes agoDeploying GKE With TerrateamOverview Hey Geeks, welcome to another blog where we are utilizing Terrateam (Terrateam is Terraform automation for GitHub) to deploy GKE (Google Kubernetes Engine) on the Google Cloud Platform. We have also detailed how to spin up the Mkdocs Applic...DiscussTerrateam
Rohit Rajput devops-rohit.hashnode.dev·2 hours agoDay 64 : Terraform with AWSProvisioning with AWS involves setting up and managing cloud resources on Amazon Web Services, a leading cloud computing platform. AWS offers a wide range of services, from virtual servers (EC2) to databases (RDS), enabling users to create, configure...Discuss·10 likesDevOpsDevops
MEGHA GUPTAlearning01.hashnode.dev·2 hours agoTerraWeek Day 6 : Terraform providersIntroduction Welcome to Day 6 of the TerraWeek challenge! 🚀 In today's tasks, we will explore Terraform providers and their role in interacting with different cloud platforms or infrastructure services. We will also dive into provider configuration,...DiscussTerraform
VISHAL CHAUHANdevopswithvishal.hashnode.dev·3 hours agoAutomating Infrastructure as Code: Planning and Applying Terraform Changes through Jenkins Declarative PipelineIn the world of DevOps and infrastructure management, the need to efficiently provision and manage resources has never been greater. Terraform, an Infrastructure as Code (IaC) tool, allows us to define and automate our infrastructure, and Jenkins, a ...DiscussAWS
MEGHA GUPTAlearning01.hashnode.dev·21 hours agoTerraWeek Day 5 : Terraform modulesIntroduction Terraform, with its ability to manage infrastructure as code, has revolutionized the world of DevOps and infrastructure provisioning. Among its many features, modules stand out as a powerful tool for simplifying and scaling infrastructur...DiscussTerraform
Jenna's Runbooksblog.jennasrunbooks.com·21 hours agoAWS IAM User Management | Terraform & Boto3 ScriptsOverview Finding the balance between ensuring the security of user identities while providing a self-service user experience takes continuous effort. With the constantly evolving cloud landscape and the security around it, IAM user administration can...DiscussAWSAWS
Nikhil Patilnikhil16.hashnode.dev·Sep 20, 2023TerraWeek Day 5📌 Task -1 Modules Modules are fundamental concepts that allow you to organize and reuse your infrastructure code. Modules help you encapsulate and package sets of Terraform resources and configurations into reusable and shareable components. Code Re...DiscussTerraform
Ketanketangrover.hashnode.dev·Sep 20, 2023Create EC2 Instance using TerraformSo, basically in this project, we are going to use Terraform as Infrastructure as Code and write a Terraform file to build an EC2 Instance on AWS. We can also do this using the AWS console, but for automation, we will use the AWS CLI and Terraform. P...DiscussTerraform
Adarsh Jhaadarshdevops.hashnode.dev·Sep 20, 2023🚀📅 Day 44 DevOps Challenge -Demystifying Infrastructure as Code (IaC) and Configuration ManagementIn today's fast-paced digital landscape, businesses require agility, scalability, and efficiency in managing their IT infrastructure. Traditional manual approaches to managing and configuring infrastructure can be time-consuming, error-prone, and dif...Discuss·16 likes·45 reads90DaysOfDevOps-challengeDevops
Dhananjay kulkarnidhananjaykulkarni.hashnode.dev·Sep 20, 2023🚀 Deploying Web-App on AWS with Terraform: A Comprehensive GuideIntroduction In this comprehensive guide, we'll embark on an exciting journey to deploy Terramino, a simple game, on Amazon Web Services (AWS) using the power of Terraform. 🎮🌐 Our adventure begins with a deep dive into the intricacies of the archit...Discuss·5 likes·38 readsAWS