Skip to content
DevOps Madnessa blog by Ioannis Moustakis

Writing

What is an Internal Developer Platform (IDP)?

· via Spacelift

Internal developer platforms explained: the components, who actually uses them, what they change for teams and examples of working implementations.

#platform-engineering

Configuration Management with Ansible

· via Spacelift

Ansible as a configuration management tool: the architecture, how it compares with the alternatives, core concepts and where it fits best today.

#devops-tooling

Using Ansible to Automate AWS [Tutorial]

· via Spacelift

Ansible against AWS in practice: the collection setup, dynamic inventory for changing hosts, a worked tutorial and the habits that keep it sane.

#devops-tooling #aws

How to Build an AWS Multi-Account Strategy

· via Spacelift

Why one AWS account stops being enough, the core concepts of a multi-account setup, and the services that build one: Organizations to Control Tower.

#aws #platform-engineering

How to Create Ansible Template [Examples]

· via Spacelift

Jinja2 templating in Ansible: how the template module works, the syntax worth knowing, and a demo generating real config files in a playbook.

#devops-tooling