from Hacker News

Infrastructure as Code on AWS – An Introduction

by jack335 on 9/14/22, 12:05 PM with 2 comments

  • by clowen on 9/14/22, 12:23 PM

    Happy to see things like CDK acknowledged as a next step, and being adopted. Though I've been fighting for that in my SRE teams.

    Something that is forgotten with CDK is that you can do anything else with your code. Importantly that might mean inspecting the current AWS region for the number of AZs (a use case we were looking at years ago).

    Couple other use cases that had come up in our discussions:

    - Reach out to real time config

    - Setup prerequisites (VPCs and networking)

    - Play tetris while waiting (immediate followed by "ok we're reviewing your infra setup next")