All
Articles 164,831Blog Posts 158,106Tech Tutorials 43,680Research Papers 31,772News 21,181
⚡ AI Lessons

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
"Why did my AWS deploy break with zero code changes?"
A CI run that was green last week is red today and nobody touched main. Most of the time this is a calendar cutoff, not a bug — here's how to tell which one hit

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
"The AWS runtime-upgrade error map: which errors you'll hit, in what order, for each migration path"
A single map from "which deprecated AWS runtime am I leaving" to "which errors will I hit, in what order" — Python 3.9→3.12, Python→3.13, Node 18/20→22, and Ama

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
"amazon-linux-extras: command not found — it's gone on Amazon Linux 2023"
Scripts, Dockerfiles, and user-data that call amazon-linux-extras fail outright on Amazon Linux 2023 — the command doesn't exist there. Here's what replaces it.

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
"Failed to start ntpd.service — Amazon Linux 2023 replaced it with chrony"
User-data, cloud-init, or Ansible that enables ntpd.service fails on Amazon Linux 2023 with "Unit ntpd.service not found." Here's why, and how to move to chrony

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
4w ago
"ModuleNotFoundError: No module named 'smtpd'" / "'asyncore'" — Python 3.12's PEP 594 stdlib cleanup
Python 3.12 removed smtpd, asyncore, and asynchat from the standard library. Why old Lambda code breaks on the runtime bump, and the replacement for each.

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
"Error: Unable to find a match — fixing dnf package lookups after migrating off Amazon Linux 2"
A yum/dnf install that worked on Amazon Linux 2 fails with "Unable to find a match" on Amazon Linux 2023. Why package names changed and how to find the real one

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
"Runtime.ImportModuleError: Cannot find module — a triage guide for Lambda runtime upgrades"
"Cannot find module" after a Lambda runtime bump has four common root causes that look identical in the logs. A decision tree to identify which one you actually

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
"Error: Cannot find module 'aws-sdk'" on Lambda — migrating to @aws-sdk v3
Upgrading Lambda to nodejs18.x or later? AWS SDK v2 is no longer bundled. The exact error, why it happens, and a complete guide to migrating to @aws-sdk v3 modu

Dev.to · ntoledo319
☁️ DevOps & Cloud
⚡ AI Lesson
2mo ago
Amazon Linux 2 is EOL on June 30, 2026 — here's everything that breaks
Amazon Linux 2 reaches end of life June 30, 2026. What changes on AL2023 (dnf, extras, chronyd, nftables, Python), and a step-by-step migration checklist.
DeepCamp AI