Cloud Migration Security Guide: Risks & Checklist
· via Spacelift
Security for cloud migrations phase by phase: shared responsibility, the risks that appear mid-move, and a checklist covering before and after.
#aws #devops-tooling
45posts ·all writing
· via Spacelift
Security for cloud migrations phase by phase: shared responsibility, the risks that appear mid-move, and a checklist covering before and after.
#aws #devops-tooling
· via Spacelift
What DevOps looks like under public-sector constraints: compliance, security-first delivery, and tooling requirements that differ from startups.
#devops-tooling #platform-engineering
· via Spacelift
Security across more than one cloud: why it gets harder, the aspects that differ per provider, and practices that hold the whole thing together.
#devops-tooling
· via Spacelift
Using Ansible as an IaC tool rather than only for config management: where it fits, its limits, and a worked example provisioning AWS resources.
#devops-tooling #iac
· via Spacelift
A working taxonomy of IaC testing: static checks, unit, integration and policy tests, with examples per tool and a pipeline to hang them on.
#iac #devops-tooling
· via AWS
Closing the loop on EKS resource requests: real usage metrics drive recommendations that land as GitOps pull requests instead of manual tuning.
#kubernetes #aws #devops-tooling
· via Spacelift
The three pillars treated practically: what metrics, logs and traces each answer, an OpenTelemetry implementation path and guidelines that scale.
#devops-tooling
· via Spacelift
Release management that fits DevOps: the stages from planning to rollback, the friction points teams hit and practices that keep releases boring.
#devops-tooling
· via Spacelift
The AWS monitoring landscape mapped: native services and third-party tools compared, with the practices that make any of them actually useful.
#aws #devops-tooling
· via StackGuardian
Cloud security practices made enforceable: the implementation challenges, the practices worth codifying and turning both into automated guardrails.
#iac #devops-tooling
· via Qodo
Test coverage beyond the percentage: what the metrics really measure, where AI improves gap analysis and generation, and the risks of trusting it.
#ai-agents #devops-tooling
· via Qodo
TDD and code assistants combined: how tests written first constrain generation, a working AI-TDD loop, and the advantages with their caveats.
#ai-agents #devops-tooling
· via Spacelift
Two tools that keep getting compared for the wrong reasons: what each is for, where they genuinely overlap, and how they work well together.
#devops-tooling
· via Spacelift
Monitoring and observability separated properly: what each does, how they relate, when each is enough and how to build toward both sensibly.
#devops-tooling
· via Spacelift
The DevOps numbers worth watching: DORA four plus the supporting metrics, how to implement the measurement and which tools track them honestly.
#devops-tooling
· via Spacelift
Configuration drift explained properly: how it creeps in, what it breaks, examples from real setups, and the tools that detect and prevent it.
#iac #devops-tooling
· via Spacelift
Ansible blocks explained with use cases: grouping tasks, shared conditionals and privilege, plus rescue and always for real error handling paths.
#devops-tooling
· via Spacelift
DevOps at enterprise scale: what changes with size, adoption strategies that survive the org chart, and the usual failure modes with their fixes.
#devops-tooling #platform-engineering
· via Spacelift
DevOps maturity models used well: the five levels, how to assess where you are, the metrics that verify progress and the traps of cargo-culting.
#devops-tooling
· via Spacelift
Wiring Ansible into GitHub Actions: why automating playbook runs pays off, a step-by-step pipeline, and the secrets handling that makes it safe.
#devops-tooling
· 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
· 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
· via Spacelift
Where Ansible actually earns its keep: seven use cases from provisioning and config management to security baselines and orchestrated updates.
#devops-tooling
· via Spacelift
The shell module used responsibly: examples, the differences from command, when raw scripts are justified and how to keep such tasks idempotent.
#devops-tooling
· via Spacelift
The anatomy of a DevOps pipeline: core concepts, stages from commit to production, and the principles that separate working pipelines from fragile ones.
#devops-tooling
· 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
· via Spacelift
Ansible Vault end to end: encrypting files and strings, password management options, using encrypted content in playbooks and rotation habits.
#devops-tooling
· via Spacelift
Ansible inventory beyond one flat file: groups and variables, multiple sources, dynamic inventories and the layouts that scale with a fleet.
#devops-tooling
· via Spacelift
Running Terraform through GitHub Actions: a working pipeline example, troubleshooting notes, and the practices that keep it safe as usage grows.
#terraform #devops-tooling
· via Spacelift
A curated shelf for infrastructure people: DevOps, SRE, architecture, security and programming books organized by area, with notes on each pick.
#devops-tooling
· via Spacelift
A long, organized list of Ansible practices covering project structure, playbooks, variables, modules, roles, execution and security habits.
#devops-tooling
· via Spacelift
Atlantis against Terraform Cloud and Enterprise: what the open-source PR workflow covers, what the platforms add, and how to choose between them.
#terraform #devops-tooling
· via Spacelift
Three routes for automating Terraform beyond laptop applies: general CI/CD, purpose-built platforms, and scripting, with the trade-offs of each.
#terraform #iac #devops-tooling
· via Spacelift
How Ansible modules actually work: the common ones worth memorizing, usage patterns, building custom modules and the best practices around them.
#devops-tooling
· via Spacelift
A grounded tour of DevOps practices and the anti-patterns that undo them, from CI/CD and IaC to blameless culture and sensible on-call habits.
#devops-tooling
· via Spacelift
Ansible roles from structure to sharing: why they exist, the directory anatomy, creating and using them, and how collections fit the picture.
#devops-tooling
· via Spacelift
The full Ansible variable story: types, naming, lists and dicts, registered results, special variables and the precedence order that explains bugs.
#devops-tooling
· via Spacelift
My Spacelift guide to Ansible playbooks: structure, variables, Vault for secrets, handlers, conditionals and loops, each with a runnable example.
#devops-tooling #iac
· via Spacelift
The Ansible starting point I wrote for Spacelift: concepts, installation, inventory, ad hoc commands and a first playbook, with a working demo setup.
#devops-tooling #iac
Use Skaffold to facilitate your development flow for Kubernetes applications.
#kubernetes #devops-tooling
Use kaniko as an alternative to Docker for building container images in Kubernetes clusters.
#kubernetes #devops-tooling