divine kenechukwuforUnique Keneuniquekenechukwu.hashnode.net·Jan 27, 2023Infrastructure as Code[IaC] With Terraform.In this article, we'll take a look at what Infrastructure as code [IaC] is and how Terraform is an Infrastructure as code tool for building infrastructure in the cloud. What is Infrastructure as Code? Infrastructure as Code allows you to define and m...Discuss·40 likes·208 readsAWS
Sandro VolpicellaforAWS Fundamentalsawsfundamentals.hashnode.net·Sep 2, 2022Infrastructure as Code on AWS - An IntroductionMastering AWS (or any cloud provider) doesn't only mean knowing all about the different services and configurations. But it also means working on AWS in a professional setting with professional tools. You cannot build scalable and reproducible applic...Discuss·27 likes·4.9K readsAWS
Kunal VermaforKubesimplifykubesimplify.hashnode.net·Feb 13, 2023Become a Hashicorp Certified Terraform Associate - Preparation GuideIntroduction Recently, I appeared for the HashiCorp Certified Terraform Associate exam after somewhere around 2 months of preparation. I am very glad to share that I passed it with a score of 85%, which is a pretty nice one considering the fact that,...Discuss·16 likes·3.3K readsTerraform
Diego Velezforvelez.hashnode.net·Apr 24, 202310 Terraform Best Practices1. Use modules (DRY code) Don't Repeat Yourself (DRY) is one of the software development principles. This principle aims to avoid redundancy in the code declaration. Whenever you find yourself writing the same terraform code more than once, use modul...DiscussDevops
Njuguna John Brian NgugiforNjuguna John Briannjugunajb.hashnode.net·Apr 24, 2023Introduction To AWS CDK (Amazon Cloud Development Kit)Introduction In this article, we explore the AWS Cloud Development Kit (CDK), an open-source software development framework that lets you model and provision AWS cloud resources using the programming language of your choice. Overview of IaC Infras...Discuss·1 like·41 readsaws-cdk
ILYAS RUFAIforiEase DevOps' Blog | ILYAS RUFAIrufilboy.hashnode.net·Apr 3, 2023Optimizing Your Infrastructure for High Availability and ScalabilityIn recent years, the adoption of DevOps methodologies has revolutionized the way organizations build and deliver software applications. By breaking down silos between development and operations teams, DevOps enables companies to accelerate the pace o...Discuss·1 likeDevOpsDevops
Chandrasekar(Chan) Rajaramforcr88.hashnode.net·Apr 1, 2023Terraform State BackendsA backend in Terraform lets us know where the Terraform state files are going to be stored. Terraform stores information about your infrastructure in a state file. This state file keeps track of resources created by your configuration and maps them t...DiscussDevops
Natefornateh.hashnode.net·Mar 29, 202310 Amazing Things About IaCConsistency: IaC can provide a framework and consistency in infrastructure development, deployment, configuration, and management across one's different environments. Scalability: One of the big deals about IaC is that a company can scale up or down...Discuss#IaC
Piyush T Shahfordevpiyops.hashnode.net·Mar 23, 2023Infrastructure as code and DevOps Automation BasicsOverview DevOps is a software development methodology that focuses on continuous integration and delivery of software products. This methodology brings together software development and IT operations teams to work collaboratively and seamlessly. Infr...Discuss·33 readsSRE
Luis HerreraforLuis Herreraluisherrera.hashnode.net·Mar 14, 2023Managing a github organization with infrastructure as codeManaging a GitHub organization's resources can be complex, regardless of the size of the company. This is particularly the case when there is a great number of teams and repositories to manage, access levels to assign, and user roll-up/roll-out. This...Discuss·154 readsInfrastructure as code
Edmund GollerforCircli Blog | blog.circli.couq31xv.hashnode.net·Mar 11, 2023Getting Started: Terraform with TypescriptReference: Github: hashicorp/terraform-cdk While working with Terraform I found that Hashicorp made it possible to write Infrastructure as Code not only with the Hashicorp Configuration Language HCL but with common other languages: Typescript and Pyt...Discuss·71 readsTypeScript
Daniela Becerrafordanibish.hashnode.net·Mar 9, 2023How to expand or format a VM disk in Azure cloudWhen using infrastructure as code with a windows server virtual machine, changing the parameters or variables regarding the os_disk_size or data_disk_size is not enough. It is necessary to tell the machine to expand or format the disks, which could b...Discuss·26 readsInfrastructure as code
RohanforRohan's Blogex.hashnode.net·Mar 3, 2023Infrastructure as Code (IaC) and DevSecOps for Better Software Management and SecurityIn this blog post, we will explore how Infrastructure as Code (IaC) and DevSecOps can help software teams manage and secure their cloud infrastructure more efficiently and effectively. What is Infrastructure as Code (IaC)? Infrastructure as Code (IaC...Discuss·30 readsDevops