Skip to content
Code by Pawpu

Cloud

AWS / Cloud / DevOps

Lambda, queues, IAM, containers, and the operational details that turn diagrams into systems.

AWS · AWS Lambda · Docker · 5 published · 19 in the review queue. Written by Al Beltran.

  1. Layered glass plates with a faint lattice, lit by a cold blue edge
    Security

    Post-Quantum TLS Is an Operations Problem

    Hybrid key exchange is landing in browsers and CDNs. The engineering work is inventory, dual-stack certificates, and not breaking the middleboxes you forgot you had.

    #security#tls#cryptography#operations
  2. A stopwatch and a thin server blade on black, with a blue second-hand highlight
    Cloud

    Serverless Still Has a Latency Budget

    Managed functions removed capacity planning. They did not remove tail latency, cold starts, or the cost of chatty downstreams. You still have a budget. It is just itemized differently.

    #serverless#aws#lambda#performance
  3. A sealed crate on a dark loading dock with a broken seal catching blue light
    Security

    Supply Chain Security Is a Runtime Problem Now

    xz and a decade of npm incidents taught the same lesson: you run other people's code. Pinning, provenance, and a small dependency graph beat a PDF named policy.

    #security#supply-chain#npm#operations
  4. Cascading dark metal trays like a data pipeline
    Cloud

    Lessons from Serverless ETL on AWS

    What matters when Lambda, S3, and Step Functions process high-volume data under production SLAs.

    #aws#serverless#etl#step-functions#lambda

Review queue

Planned notes stay unpublished until they are written and reviewed. Titles are listed so the topic map is complete. They are not pages.

  1. AWS Interview Questions, With the Reasoning

    IAM, failure modes, and the services you should name only if you can describe the blast radius.

    interview · mixed · high priority

  2. Docker Interview Questions, With the Reasoning

    Images, layers, processes, and the difference between "it runs on my machine" and a production image.

    interview · mixed · high priority

  3. IAM Least Privilege in Practice

    Start from the action the function takes. "AdministratorAccess for now" becomes forever.

    educational · intermediate · medium priority

  4. SQS Visibility Timeout vs the Work Duration

    If processing is longer than visibility, you will double-process. If it is too long, failures sit invisible.

    troubleshooting · intermediate · medium priority

  5. S3 Prefixes, Listing, and the Consistency You Can Rely On

    What listing costs, how keys should be designed, and what "read after write" does not mean for every operation.

    informational · intermediate · medium priority

  6. VPC ENIs and Lambda Cold Starts

    When the function needs a VPC, what you pay in init, and the alternatives worth checking first.

    troubleshooting · intermediate · medium priority

  7. CloudWatch Alarms That Page a Human

    Burn rate, missing data, and the alarm that fired because a batch job is allowed to fail.

    educational · intermediate · medium priority

  8. Docker Multi-Stage Builds That Keep Secrets Out of Layers

    Build deps vs runtime deps, and the COPY that leaked a .env.

    educational · intermediate · medium priority

  9. ECS vs Lambda: Pick from the Latency and Ops Budget

    Always-on vs burst. Chatty connections vs request-scoped compute.

    comparison · intermediate · medium priority

  10. When Step Functions Are the Orchestrator (and When They Are a Tax)

    Long workflows, retries, and the state machine that should have been a queue.

    comparison · intermediate · medium priority

  11. Secrets Manager vs Environment Variables

    Rotation, blast radius, and the Lambda env that still shows up in a screenshot.

    comparison · intermediate · medium priority

  12. CI/CD for a Static Next.js Site Without Drama

    Build, preview, promote. Keep secrets out of the client bundle.

    educational · intermediate · medium priority

  13. Terraform State and Blast Radius

    Who can apply, what a workspace contains, and the destroy you will not run from a laptop.

    architecture · senior · medium priority

  14. AWS Cost: The Query, the Log, and the NAT You Forgot

    Chatty Lambdas, chatty logs, and data transfer that does not show up on the architecture slide.

    problem-solving · intermediate · medium priority

  15. Blue/Green vs Feature Flags

    Infrastructure cutover vs in-process rollout. You often want both.

    comparison · intermediate · medium priority

  16. Container Image Supply Chain: Base, Pin, Scan

    Digest pins, SBOM habits, and the latest tag that is not a version.

    educational · intermediate · medium priority

  17. API Gateway Timeouts vs Lambda Timeouts

    The shorter timeout wins. The user sees 504 while your function is still writing.

    troubleshooting · intermediate · medium priority

  18. The Three Signals: Latency, Errors, Saturation

    If your dashboard cannot say whether to wake someone, it is not an SLO dashboard.

    informational · intermediate · medium priority

  19. Backups You Have Restored at Least Once

    A backup that has never been restored is a hope. Rehearse the restore.

    educational · intermediate · medium priority