infrastructure as code
8
MENTIONS
6
EPISODES
6
PODCASTS
Search complete. 8 mentions across 6 episodes found for "infrastructure as code".
Sep 15, 2026
S13|E9 Simplifying the Future: Unpacking Cisco Stack Automation and AI Integration
C
21:58Carlos Campos TorresGUEST
And then the other one that I wanted to mention based on Marco's comment initially is that as we start building bigger or broader workflows or blueprints, the nice part is that we have this component that DBS may talk a little bit more about called the runner.
C
22:12Carlos Campos TorresGUEST
And the runner is basically an interpreter of the automation, the IAC tool that we are using for each one of the workflows.
C
22:20Carlos Campos TorresGUEST
So for example, when we use an Uber workflow, let's imagine you have eventually network, compute, plus a storage, plus software, plus all these things.
C
22:28Carlos Campos TorresGUEST
maybe one of the tools that would be beneficial for us to use is Ansible, but maybe for another one is Terraform, or maybe we need to do Helm or Python or Shell, like all these different things.
D2DO312: Networking at Scale: AWS Transit Gateway War Stories
D
40:36Devender SinghGUEST
The same name, ZabSec, can be searched there.
D
40:39Devender SinghGUEST
And we regularly post blogs, our design architecture videos, uh, in some cases, uh, code also to, to, you know, make life of developers and infrastructure developers with IaC easy.
D
40:51Devender SinghGUEST
So yeah.
D
40:52Devender SinghGUEST
So you will be looking at us at our website, uh, YouTube, and LinkedIn.
D2DO312: Networking at Scale: AWS Transit Gateway War Stories
D
40:36Devender SinghGUEST
The same name, ZapSec, can be searched there.
D
40:39Devender SinghGUEST
And we regularly post blogs, our design architecture videos, in some cases, code also to make life of developers and infrastructure developers with IAC easy.
D
40:51Devender SinghGUEST
So yeah, so you will be looking at us at our website, YouTube, and LinkedIn.
D
40:57Devender SinghGUEST
LinkedIn is where we are 70% more available compared to other places.
S0:E19: Cloud Platform Vulnerabilities and Vendor Transparency
J
34:56Jake WilliamsHOST
... right, which is not outside the realm of possibilities, I may, in some instances, be burning those to the ground.
J
35:03Jake WilliamsHOST
If they're deployed through, if they're deployed through IAC-
J
35:07Jess HebenstreitHOST
Right
J
35:07Jake WilliamsHOST
... what does a repave cost me anyway?
GitHub Outage, PleaseFix Agentic Browser Vulnerability, AWS Certificate Manager Drops Email Validation, Cloudflare TypeScript CI Workflows, AI Observability Consolidation, and the Hidden Cost of “Simple” Platform Changes
Ship It Weekly - DevOps, SRE, Platform and Cloud Engineering News
Aug 21 · 1 Mention
Top 40%B
13:05Brian TellerHOST
Third, Pulumi 3.258 adds opt-in credential encryption.
B
13:11Brian TellerHOST
Small change, but a useful reminder that IAC state and configuration often contain more sensitive material than teams realize.
B
13:22Brian TellerHOST
And fourth, one AWS credential breach was reportedly noticed because the bill changed.
B
13:29Brian TellerHOST
Unexpected egress charges became the security signal.
#559: 12 Things You Should (and Shouldn't) Do in AWS
M
14:32Matt LeaGUEST
Terraform or IOC, infrastructure...
M
14:34Matt LeaGUEST
IAC, sorry.
M
14:35Matt LeaGUEST
IAC, infrastructure as code, is the category, and then under that category, there's Terraform, OpenTofu, and CloudFormation, and those are all just ways to define how you want your infrastructure to look, basically, in code.
M
14:48Matt LeaGUEST
So if I was real simple, I could, I could say I want an EC2 instance, which is just your basic server, virtual server running on Amazon, and then I want a database, a, a MySQL database, this version, and I could put those in code in some way, and then, like I said, version control it, or I can hit apply.
M
15:06Matt LeaGUEST
So say somebody accidentally deletes my application layer, a lot easier to replace than a data layer, of course, and, uh, I need to spin that back up real quickly, you just re-hit Terraform Apply, and it re-spins up and provisions the missing areas.
9 MINS LATER
M
24:33Matt LeaGUEST
So I mean, if you're, if you're experimenting for 10 seconds and you're gonna delete it, I mean, I wouldn't commit it into version control.
M
24:38Matt LeaGUEST
Let's put it that way.
M
24:39Matt LeaGUEST
You want your version control if you're like, "I accidentally poked a hole" for 10, 10 minutes to be like, "Okay, how is this not working?" You want your version control Terraform IOC to, IAC to wipe, wipe that out the second you're done with it.