Mo' Claudiuskodedmo.hashnode.dev·Sep 28, 2023Navigating the Shift to Microservices and Serverless ArchitecturesIn the ever-evolving landscape of software development, likening it to a bustling metropolis offers a vivid picture. New technologies rise like skyscrapers, while older ones undergo renovations. Amidst this dynamic skyline, two architectural marvels ...DiscussMicroservices
Mariano Gonzálezblog.mariano.cloud·Sep 26, 2023Wing itA month ago, I got my DevOpsWeekly (I highly recommend it) newsletter Sunday email (issue #661). I went through it, reading some interesting stuff and I saw one particular link that caught my eye: a brief introduction to a new cloud language called W...Discuss·1 like·65 reads#IaC
Jamie LawsonProjlawson.hashnode.dev·Sep 25, 2023What is Infrastructure as Code?Infrastructure as code is the task of managing infrastructure using code instead of the manual steps traditionally completed. Instead of clicking around in a portal or on a CLI, you can write out the end goal for your given infrastructure and when yo...Discussinfrastructure
SIDDHANT VIJAY SINGHforInfrasity Bloginfrasityblog.hashnode.dev·Sep 22, 2023Terrateam OIDC vs Static CredentialsOverview Hello there! We're happy to have you back for another blog post. This time, we'll explain the differences between OIDC (OpenID Connect) and Static Credentials straightforwardly. Plus, we'll guide you on how to use them to make Terrateam's CI...DiscussTerrateam
Marko SpasenovskiforCodeChemblog.codechem.com·Sep 20, 2023Infrastructure as Code: Transforming IT Infrastructure ManagementIn this short article, I'll explain what Infrastructure as Code is, why it exists and how it revolutionized IT infrastructure management. Wait, what do you mean by “infrastructure”? Before explaining Infrastructure as Code, we first need to define wh...Discuss·3 likes·169 readsDevops
Adiladil.dev·Sep 19, 2023How to choose "closest" AWS region?In today's digitally interconnected world, the speed and efficiency of your cloud infrastructure are crucial. Whether you're hosting a website, running applications, or managing data, the geographic location of your cloud resources can significantly ...Discuss☁ CloudsAWS
AMIN CHIVILKARaminchivilkar.hashnode.dev·Sep 16, 2023Day 59: #TerraWeekChallengeTask 1: Workspaces, Remote Execution, and Collaboration ✨ Objective: Gain proficiency in using workspaces, remote execution, and collaboration features in Terraform. 📚 Steps: Dive into the concepts of Terraform workspaces and understand how they ca...Discuss·3 likes90 days of DevOps Challenge
Marko Spasenovskimspasenovski.hashnode.dev·Sep 15, 2023Infrastructure as Code: Transforming IT Infrastructure ManagementIn this short article, I'm going to explain what is Infrastructure as Code, why it exists and how it revolutionized IT infrastructure management. Wait, what do you mean by “infrastructure”? Before we begin explaining Infrastructure as Code, we first ...Discuss·3 likes·61 readsDevops
Brandon Damuedamue.hashnode.dev·Sep 15, 2023Taking Control of your EC2 instances: From Instance Lifecycle to Termination ProtectionEven though EC2 has been around since the early days of AWS, many people fail to leverage its full potential. In the ever-expanding world of Amazon Web Services, where exciting new services pop up in the twinkle of an eye, it's quite tempting for eve...DiscussEC2 instance
Shivam kumarforShivam kumarwebworld.hashnode.dev·Sep 14, 2023Remote Backends and State File Locking in TerraformOverview:- In this blog, we will Implement Remote Backends and State File Locking in our Terraform Project. What is Remote Backends? Terraform stores the state file on our local machine. It is fine if we are working solo on the projects but if a team...DiscussTerraform