9 links tagged with all of: automation + infrastructure-as-code
Click any tag below to further narrow down your results
Links
This article details DNSimple's journey to automate their management of GitHub repositories using Infrastructure as Code principles. It highlights the transition from a manual tool called Repocop to a more efficient system built with Terraform and CI/CD practices, improving consistency and visibility across hundreds of repositories.
This article reviews major updates to AWS CloudFormation in 2025, focusing on features that improve template validation, deployment safety, and integration with AI tools. Key improvements include early error detection, drift management, and enhanced IDE support, streamlining infrastructure development workflows.
RBC developed a comprehensive Infrastructure as Code strategy to manage its hybrid cloud environment effectively. The approach emphasizes security, cost control, and streamlined developer workflows, enabling consistent deployments across public and private infrastructures. Future plans include leveraging AI for enhanced automation and operational efficiency.
The article outlines five major shifts in hybrid cloud strategies that companies will adopt in 2026, emphasizing the role of AI-driven automation. Key changes include standardizing infrastructure as code, transitioning to dynamic secrets, prioritizing security policies, and fostering collaboration across teams to reduce complexity.
Pulumi IDP is an Internal Developer Platform designed to streamline platform engineering by providing organizations with tools to automate, secure, and manage cloud infrastructure. It integrates with the Pulumi product suite, enabling platform teams to create self-service workflows and maintain standardized, reusable infrastructure building blocks. This new framework aims to enhance developer productivity and simplify the management of complex infrastructure needs.
Developers face a paradox in Infrastructure as Code (IaC) where the implementation of security measures disrupts their workflow, leading to frustration and reduced productivity. The article discusses the need for a balance between maintaining developer flow and ensuring safety, suggesting strategies like early misconfiguration detection, automated policy enforcement, and ongoing compliance checks to create a more seamless integration of safety within the development process.
The article discusses the complexity of Infrastructure as Code (IaC) and highlights the need for simpler solutions that can streamline the process for developers. It emphasizes the challenges faced by teams in adopting IaC practices and calls for more accessible tools to make IaC easier to implement and manage.
Terragrunt Stacks has reached feature completion as of version v0.78.0, enabling users to manage infrastructure configurations more efficiently. This new functionality allows for the declarative definition of reusable infrastructure units, significantly reducing configuration bloat and improving organization within Infrastructure as Code repositories. Community feedback has played a crucial role in shaping the final design and enhancements of Terragrunt Stacks.
Terraformer is an open-source CLI tool developed by Google that facilitates the reverse-engineering of existing infrastructure into Terraform code. It automates the process of generating Terraform configurations and state files from cloud resources, making it invaluable for migrating legacy infrastructure, auditing, onboarding projects, and disaster recovery. The article details Terraformer's features, use cases, installation, and provides practical examples of its operation.