© 2023 Hashnode
#iac
Pulumi is a powerful tool that enables developers to create and manage cloud infrastructure as code. With Pulumi, you can use popular programming languages like TypeScript, Python, and Go to define yo…
It is the extracts from my first blog which I had written in June.,2021 Most of us who are practicing DevOps on our work might not work on the entire things which were been there in the DevOps. When t…
First of all, we need to understand what is Infrastructure As Code(IAC). "It is a DevOps practice that involves automating the process of deploying and managing IT infrastructure through version-controlled configuration files." In other wor…
Consistency: IaC can provide a framework and consistency in infrastructure development, deployment, configuration, and management across one's different environments. Scalability: One of the big deal…
What's the difference? When it comes to the cloud, Infrastructure as Code (IaC) and Configuration Management (CM) are inseparable. With IaC, a descriptive model is used for infrastructure management. …
Now, Terraform has a really simple syntax, and this makes it Easy to use Let's talk about the four most used commands terraform init terraform validate terraform apply terraform destroy Get Secret Key From AWS Log in to the AWS consol…
Terraform is useful for managing infrastructures because it automates the deployment and management of infrastructure resources, ensures consistency across environments, allows for collaboration and s…
Introduction: Infrastructure as Code (IaC) is a software engineering approach to managing and provisioning IT infrastructure through code. With IaC, infrastructure resources such as virtual machines, …
Introduction The AWS Cloud Development Kit (CDK) is an open-source software development framework that simplifies the process of creating, deploying and managing AWS infrastructure. It enables develop…
Let's go back a few years. I'd just joined a new team in a new company, all the infrastructure was in AWS, and I had very little IaC experience at the time. Some background CloudFormation is AWS's In…