Home / Companies / Spacelift / Blog / January 2026

January 2026 Summaries

9 posts from Spacelift

Filter
Month: Year:
Post Summaries Back to Blog
Cloud Asset Management (CAM) is the process of identifying, organizing, and managing cloud resources to enhance governance, efficiency, and compliance in cloud environments. It involves tracking resources such as compute nodes, storage, databases, and networking components across multiple cloud providers, and ensuring they are properly tagged and organized to facilitate visibility and accountability. Effective CAM systems help centralize resource monitoring, automate compliance enforcement, and identify cost optimization opportunities, thus preventing misconfigurations, excess costs, and compliance breaches. Tools like Spacelift enhance CAM by integrating infrastructure as code (IaC) workflows, offering centralized visibility, and automating policy enforcement. Neglecting CAM can lead to disorganization, security vulnerabilities, and complexity in cloud operations. Best practices include maintaining a centralized inventory, consistent tagging, auditing for redundant resources, and utilizing AI for workflow automation. CAM differs from related practices like Cloud Security Posture Management (CSPM), Configuration Management Database (CMDB), and IT Asset Management (ITAM) by focusing specifically on the efficient management of cloud resources.
Jan 30, 2026 2,574 words in the original blog post.
Immutable infrastructure refers to a system design where resources like compute nodes, load balancers, and storage volumes are unchangeable post-creation, requiring new resources to be deployed for updates. This approach minimizes configuration drift, enhances security, and simplifies auditing, offering advantages such as reliability, consistency, and reproducibility, particularly at scale. While the implementation of immutable infrastructure can involve challenges, such as requiring cultural shifts in DevOps teams and additional complexity in debugging and storage management, it is supported by tools like Infrastructure as Code (IaC), CI/CD pipelines, and GitOps. These tools automate deployment processes and ensure that infrastructure remains consistent with its defined state. Despite the benefits, adopting immutable infrastructure can increase deployment times and resource utilization, demanding careful planning and robust governance to effectively balance the trade-offs. Platforms like Spacelift facilitate the orchestration of immutable infrastructure by automating provisioning and enforcing policies, providing a comprehensive solution for managing cloud-based systems.
Jan 21, 2026 2,730 words in the original blog post.
The article provides an in-depth analysis of the cost implications of cloud versus on-premises infrastructure models, highlighting how each affects total cost of ownership. Cloud infrastructure offers flexibility, scalability, and low upfront costs, with resources billed on a consumption basis, making it suitable for variable workloads. In contrast, on-premises infrastructure demands significant initial capital investment but can be more cost-effective over time for stable, predictable workloads due to fixed costs. The article also discusses indirect costs and risks associated with each model, such as hidden fees and maintenance for cloud and on-premises, respectively. It suggests using a Total Cost of Ownership (TCO) modeling framework for a comprehensive cost comparison and emphasizes the importance of strategic decision-making based on specific organizational needs. Additionally, it touches on how platforms like Spacelift can streamline infrastructure management through automation and orchestration, enhancing operational efficiency and reducing the complexity of cloud provisioning.
Jan 19, 2026 2,966 words in the original blog post.
Infrastructure as Code (IaC) and DevOps tools are essential for accelerating the software delivery lifecycle by automating repetitive tasks, allowing developers to focus on innovation rather than manual infrastructure preparation. However, introducing new tools often meets resistance due to perceived complexity, lack of documentation, or insufficient developer involvement in decision-making. Successfully gaining team buy-in involves aligning tool selection with real engineering needs, providing clear training, documentation, and ensuring that everyone is equipped to use the new tools effectively. It is crucial to engage developers and operators early in the process, allowing them to influence tool selection and ensuring that solutions address real problems rather than following trends. Implementing a phased rollout with pilot programs and clear success metrics can help demonstrate the value of new tools, while continuous feedback and iteration ensure that the tools remain relevant and effective. Spacelift, for instance, is highlighted as an orchestration platform that enhances collaboration and governance in infrastructure deployments, emphasizing the importance of choosing tools that match team needs and improve processes without imposing unnecessary burdens.
Jan 16, 2026 2,370 words in the original blog post.
Spacelift has introduced Spacelift Plugins, a new way to enhance infrastructure workflows by integrating various tools directly into Spacelift's ecosystem, making the process more seamless and efficient. These plugins allow infrastructure teams to incorporate security scanners, cost analyzers, compliance checkers, and secret management tools without resorting to custom scripts and complex integrations. The plugins offer extensibility and customizability, enabling teams to build their own plugins using Spaceforge, an open-source SDK. This initiative aims to standardize tooling across organizations while accommodating unique requirements, thus improving the deployment pipeline's flexibility and power. The plugins are open-source, encouraging community contributions to expand the ecosystem. Real-world applications include enhancing security, managing secrets, estimating costs, ensuring compliance, and handling dynamic configurations. Spacelift Plugins are available to all Spacelift customers, with an emphasis on community collaboration to further develop and refine the plugin offerings.
Jan 13, 2026 919 words in the original blog post.
Governance as code is a method that automates the enforcement of organizational policies by encoding them as machine-readable code, ensuring consistency and compliance across cloud infrastructure. This approach allows for the automatic application of rules related to security, cost management, compliance, and operational standards, bridging the gap between policy intent and actual deployment. By integrating governance into CI/CD pipelines, organizations can shift enforcement left, catching issues early and reducing manual bottlenecks in deployment processes. Governance as code supports scalability by providing consistent policy enforcement across varying cloud providers, such as AWS, Azure, and Google Cloud, using tools like Open Policy Agent and Terraform. This approach not only enhances deployment speed and consistency but also improves audit readiness and team collaboration, transforming governance from a manual, error-prone process into a transparent, automated system that accelerates cloud operations.
Jan 12, 2026 4,488 words in the original blog post.
Organizations are increasingly adopting AI agents to optimize processes and customer experiences, with many transitioning from demos to production environments. The article discusses the deployment of AI agents using Amazon Bedrock AgentCore, a serverless platform from AWS, and the role of Infrastructure as Code (IaC) using Terraform to automate and ensure consistency in resource creation across environments. It emphasizes key principles for successful AI agent deployments, such as security, isolation, context awareness, and flexibility in AI models. The guide includes a step-by-step example of deploying a weather query agent, illustrating the integration of various components like runtime, browser tools, and memory for personalized responses. It also highlights practices for working effectively with AgentCore and mentions Spacelift as a tool for enhancing IaC workflows, providing policy-as-code frameworks and streamlined CI/CD processes to ensure security and governance in cloud infrastructure deployments.
Jan 09, 2026 2,997 words in the original blog post.
Cloud-based continuous integration and continuous delivery (CI/CD) is an approach where CI/CD pipelines are hosted on cloud infrastructure, offering benefits such as enhanced scalability, increased pipeline performance, and cost savings. Unlike on-premises CI/CD, which requires managing hardware and resources internally, cloud-based CI/CD allows teams to automate delivery processes without maintaining the underlying infrastructure, thus focusing on consistent workflows and scalability. While cloud-based CI/CD provides flexibility and ease of use, it involves trade-offs like less control over the environment and potential vendor lock-in. Various models exist, from fully managed services like GitHub Actions and GitLab CI/CD to self-managed systems running on cloud infrastructure, offering different levels of customization and control. Specialized tools like Spacelift offer additional features for infrastructure automation, making cloud-based CI/CD an appealing choice for teams aiming to streamline their development processes, though on-premises solutions may still be preferable for those with strict compliance and data residency requirements.
Jan 07, 2026 2,855 words in the original blog post.
Open-source automation tools are essential in modern DevOps and infrastructure practices, offering standardization, speed, and reliability while avoiding vendor lock-in. These tools, such as Spacelift, OpenTofu, Pulumi, Ansible, Jenkins, Puppet, Chef, Salt, CFEngine, Rudder, Argo CD, Prometheus, and Apache Airflow, support automation across various domains like configuration management, continuous integration, and infrastructure provision. Their open-source nature allows for transparency, flexibility, and community-driven enhancements. Each tool has unique features, ranging from natural language provisioning to GitOps workflows, and they collectively help teams manage complex environments efficiently and securely. As infrastructure needs evolve, adopting open-source automation tools aids in maintaining control and fostering a culture of innovation and best practices.
Jan 02, 2026 3,605 words in the original blog post.