#iac
Read more stories on Hashnode
Articles with this tag
Remote Procedure Call (RPC) is a powerful technique used in computer networks and distributed systems to enable a program on one computer (the client)...
Refactoring - is the process of restructuring existing code without altering its external behavior or functionality. The goal is to improve the code's...
Terraform is a popular Infrastructure as Code (IaC) tool used for building, changing, and versioning infrastructure efficiently. Providers in...
Terraform state is a fundamental concept in Terraform, an infrastructure as code (IaC) tool used to manage and provision resources in a consistent and...
AWS CloudFormation CFN helper scripts are a collection of scripts provided by Amazon Web Services (AWS) to assist in the deployment and management of...
In AWS CloudFormation, EC2 user data refers to the script or commands that can be passed to an EC2 instance during its launch or bootstrapping...